1
0
Fork 0

nvim alias

This commit is contained in:
Von Random 2022-12-26 03:40:46 +02:00
parent 1955e3b26f
commit d0fb584f10

View file

@ -36,11 +36,12 @@ diff() { command diff --color $@ }
tailf() { command less +F $@ }
rgrep() { command grep --exclude-dir=\.git -R $@ }
fwcmd() { command firewall-cmd $@ }
sush() { command sudo -Es }
s() { termcompat ssh $@ }
nv() { command nvim $@ }
tmux() { command tmux -2 $@ }
atmux() { tmux attach || tmux }
sush() { command sudo -Es }
tig() { termcompat tig $@ }
gsi() { tig status }