From 8f918535d23e64ed4ff6c806c9fdd2b1fed967b8 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sun, 6 Dec 2015 10:42:15 +0100 Subject: anki: use ~/.anki --- zshrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3