Compare commits
No commits in common. "68f1a67e66c3c9edf908161c24184f5fb21454c0" and "4f07adbb12ab405b1554e08d492ba0e6c1a143f1" have entirely different histories.
68f1a67e66
...
4f07adbb12
4 changed files with 4 additions and 11 deletions
|
@ -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
|
|
|
@ -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'
|
|
||||||
|
|
4
dot-config/zsh/login/pass.zsh
Normal file
4
dot-config/zsh/login/pass.zsh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#! zsh
|
||||||
|
if [[ -z $PASSWORD_STORE_DIR ]]; then
|
||||||
|
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
|
||||||
|
fi
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue