From 669ec40e9d2521561d14d459b9b6005f007c41ad Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 16 Aug 2021 00:37:04 +0200 Subject: [PATCH] Add vimwiki alias --- home/.config/shell/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/shell/aliases b/home/.config/shell/aliases index 7a37f04..18911f1 100755 --- a/home/.config/shell/aliases +++ b/home/.config/shell/aliases @@ -215,6 +215,7 @@ alias yta-wav='youtube-dl --extract-audio --audio-format wav' alias reload="exec \$SHELL" # Reload the shell (i.e. invoke as a login shell) alias path='echo -e ${PATH//:/\\n}' # Print each PATH entry on a separate line alias unsudo='sudo -k' # Reset sudo timeout (sudo will require password) +alias vimwiki='vim -c VimwikiIndex' # Open vimwiki index alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' alias colors-256='curl -s https://gist.githubusercontent.com/HaleTom/89ffe32783f89f403bba96bd7bcd1263/raw/ | bash' # Show color table alias tty-clock='tty-clock -Ssc' # Terminal clock screensaver