summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index dcd37e3..a3b1c75 100644
--- a/zshrc
+++ b/zshrc
@@ -45,6 +45,7 @@ export LS_COLORS="$LS_COLORS*.wmv=01;35:*.m4a=01;35:"
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias less="less -r"
+alias anki='anki -b'
# shortcut for some commands
alias l=ls