Compare commits

..

No commits in common. "68f1a67e66c3c9edf908161c24184f5fb21454c0" and "4f07adbb12ab405b1554e08d492ba0e6c1a143f1" have entirely different histories.

4 changed files with 4 additions and 11 deletions

View file

@ -1,7 +0,0 @@
#! 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,5 +22,3 @@ alias mmv='noglob zmv -W'
# make sure ELinks can detect when it's in tmux # make sure ELinks can detect when it's in tmux
alias elinks="STY= elinks" alias elinks="STY= elinks"
alias dco='docker-compose'

View file

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

View file

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