From eeadedc3b1d7b0f46eed2658162991010a51f21e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 19 Aug 2017 14:13:59 -0400 Subject: Move nethack options to env --- home/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/.zshrc') diff --git a/home/.zshrc b/home/.zshrc index b05b4e39..77e4569d 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -27,6 +27,10 @@ export CLICOLOR=1 [[ "$OSTYPE" =~ 'linux-gnu' ]] \ && alias ls='ls --color=auto' grep='grep --color' rm='rm -I' +export NETHACKOPTIONS='name:June, role:Valkyrie, race:Human, gender:female, + align:neutral, dogname:Moro, catname:Baron, pickup_types:$!?+/=, color, + DECgraphics' + alias gs='git status --short --branch' gd='git diff' alias gsh='git show' gl='git log --graph --pretty=log' alias gco='git checkout' gb='git branch' gm='git merge' gst='git stash' -- cgit 1.4.1