aboutsummaryrefslogtreecommitdiff
path: root/dot.zshrc.local
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2017-07-18 09:01:49 +0200
committerThomas Schneider <qsx@qsx.re>2017-07-18 09:01:49 +0200
commitd543b13b5ac4b5dcd390bab1eb343cfc5c86f3f5 (patch)
tree15ed353b102a37626c35ad1c0838ab3b772bd4be /dot.zshrc.local
parentd9006253e836c0d998f6726fe90d74f8b26e5c99 (diff)
Update zsh files
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Diffstat (limited to 'dot.zshrc.local')
-rw-r--r--dot.zshrc.local8
1 files changed, 7 insertions, 1 deletions
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 $@
+}