Compare commits

...

3 commits

4 changed files with 11 additions and 4 deletions

View file

@ -0,0 +1,7 @@
#! zsh
if [[ -z $PASSWORD_STORE_DIR ]]; then
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
fi
if [[ -z $PASSWORD_STORE_GENERATED_LENGTH ]]; then
export PASSWORD_STORE_GENERATED_LENGTH=50
fi

View file

@ -22,3 +22,5 @@ alias mmv='noglob zmv -W'
# make sure ELinks can detect when it's in tmux
alias elinks="STY= elinks"
alias dco='docker-compose'

View file

@ -1,4 +0,0 @@
#! zsh
if [[ -z $PASSWORD_STORE_DIR ]]; then
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
fi

View file

@ -5,6 +5,8 @@ if (( $+commands[brew] )); then
/usr/local/sbin
~/Library/Python/*/bin(N)
/usr/local/share/google-cloud-sdk/bin
/opt/local/bin
/opt/local/sbin
$path
)
fi