From d0fb584f1042bd1dab1ec7e903a477304b8d0023 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 26 Dec 2022 03:40:46 +0200 Subject: [PATCH] nvim alias --- zsh/functions.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 1e16e99..216c847 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -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 }