Compare commits
3 commits
4f07adbb12
...
68f1a67e66
Author | SHA1 | Date | |
---|---|---|---|
68f1a67e66 | |||
d23f8118f7 | |||
11c834062c |
4 changed files with 11 additions and 4 deletions
7
dot-config/zsh/all/pass.zsh
Normal file
7
dot-config/zsh/all/pass.zsh
Normal 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
|
|
@ -22,3 +22,5 @@ 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'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#! zsh
|
|
||||||
if [[ -z $PASSWORD_STORE_DIR ]]; then
|
|
||||||
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
|
|
||||||
fi
|
|
|
@ -5,6 +5,8 @@ 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