mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
6 lines
134 B
Fish
6 lines
134 B
Fish
# use fancier version of ls
|
|
alias ls="lsd"
|
|
alias l="lsd -la"
|
|
|
|
# useful shortcut
|
|
alias calculator="python3 -i -c 'from math import *'"
|