1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

profile: add progexists function, deduplicating which

This commit is contained in:
2018-03-29 11:15:56 +01:00
parent 5a6795c8e3
commit c2dc82c1cc
3 changed files with 26 additions and 21 deletions

View File

@ -61,7 +61,7 @@ alias ssh="ssh -tt"
alias grip='grip --user=frebib --pass=$GRIP_API_KEY'
alias acme.sh='acme.sh --home $XDG_CONFIG_HOME/acme.sh --config-home $XDG_CONFIG_HOME/acme.sh --log $XDG_CONFIG_HOME/acme.sh/acme.sh.log'
alias acmesh='acme.sh --home $XDG_CONFIG_HOME/acme.sh --config-home $XDG_CONFIG_HOME/acme.sh --log $XDG_CONFIG_HOME/acme.sh/acme.sh.log'
which gopass 1>/dev/null 2>/dev/null && alias pass='gopass'
exists gopass && alias pass='gopass'
alias abuild='docker run -ti --rm \
-e USER \
-e PWD \