summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
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'