From f09e63912baadc68e823239878c5d828b9f162e5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 18 Jan 2022 15:54:21 -0600 Subject: [PATCH] fix typo in aliases --- system/alias.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/alias.sh b/system/alias.sh index 94ce7e4..9cbad08 100644 --- a/system/alias.sh +++ b/system/alias.sh @@ -48,10 +48,11 @@ is-executable gdu && alias gdu -I '.*node_modules' -H alias fzf-bat="fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'" alias vivaldi="vivaldi-stable" #zellij -if is-exectuable zellij; then +if is-executable zellij; then alias zs="zellij -s" alias zl="zellij ls" alias za="zellij a" + fi ##########################################