From e7e8c2e8329de866535c6ecc3aecd3eecb4eaa72 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 1 May 2022 15:15:50 +0200 Subject: bashrc: add an alias for vimwiki --- bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc b/bashrc index 1865a78..a384c78 100644 --- a/bashrc +++ b/bashrc @@ -35,6 +35,7 @@ alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' alias rgrep='rgrep --color=auto' +alias vimwiki="vim -c VimwikiIndex" [ -x /usr/bin/exa ] && alias ls='exa' [ -x /usr/bin/batcat ] && alias cat='batcat' -- cgit v1.2.3