summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-05-01 15:15:50 +0200
committerReiner Herrmann <reiner@reiner-h.de>2022-05-01 15:15:50 +0200
commite7e8c2e8329de866535c6ecc3aecd3eecb4eaa72 (patch)
tree4b9d5425e75d4108345bb9370cbf6057f82b82a8
parent6d345315a300a3580cb3b644cc71c4485748bb2b (diff)
bashrc: add an alias for vimwiki
-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'