flying_wotsit@feddit.uktoLinux@lemmy.ml•SHARE WITH THE CLASS: What aliases are you using?English
2·
1 year agohere we go, in no particular order:
claer=clear
gvim='nvim +Gclog +Git'
vim=nvim
vi=/usr/bin/vim
v=/usr/bin/vi
glog='git log --oneline --graph --all'
rcp='rsync -r --info=progress2 --partial'
d0='du -h --max-depth 0'
d1='du -h --max-depth 1'
ls='ls --time-style=long-iso --color=tty'
icat=chafa
ssh='TERM=xterm-256color ssh' # (kitty messes with TERM)
I can’t spell when typing fast :P