diff options
| -rw-r--r-- | dot.zshenv | 1 | ||||
| -rw-r--r-- | dot.zshrc.local | 8 |
2 files changed, 8 insertions, 1 deletions
@@ -2,3 +2,4 @@ export GOPATH=~/.go/ export LESS="FSRX" export PATH=${PATH/::/:} export GPG_TTY=$(tty) +export NNTPSERVER="snews://news.cis.dfn.de" diff --git a/dot.zshrc.local b/dot.zshrc.local index 190fd35..2edc927 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -3,7 +3,7 @@ alias g=git alias ec="emacsclient -n -a emacs" alias hl="highlight -O ansi" -path=( $HOME/.cabal/bin(/N) $HOME/.go/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) +path=( $HOME/.gem/ruby/*/bin(/N) $HOME/.cabal/bin(/N) $HOME/.go/bin(/N) $HOME/.local/bin(/N) $path /usr/sbin(/N) /usr/local/sbin(/N) /sbin(/N) ) typeset -xU path export SVN_SSH="ssh -i /home/qsuscs/.ssh/id_rsa_subversion" if [[ -e ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]]; then @@ -18,3 +18,9 @@ ssh-add -l function countdown { ENDTIME=$(date -d "$1" +%s) watch -b -e -n 1 -x sh -c 'DIFF=$(($ENDTIME - $(date +%s))); echo $(($DIFF / 60)) min $(($DIFF % 60)) s; if [ $DIFF -lt 1 ]; then exit 1; fi' } +function fspass () { + PASSWORD_STORE_DIR=~/RWTH/FSMPI/passwords pass $@ +} +function passta () { + PASSWORD_STORE_DIR=~/RWTH/AStA/pass pass $@ +} |
