2020-05-14 20:03:55 +02:00
|
|
|
alias gpg='gpg2'
|
|
|
|
export GPG_TTY=$(tty)
|
|
|
|
|
|
|
|
alias vim=nvim
|
|
|
|
alias uwpass='PASSWORD_STORE_DIR=~/.pass/uw pass'
|
|
|
|
alias gca='git commit --amend --no-edit'
|
|
|
|
alias gpf='git push --force-with-lease'
|
2020-07-14 11:49:21 +02:00
|
|
|
alias gs='git show --color-words'
|
|
|
|
alias gd='git diff --color-words'
|
2020-05-14 20:03:55 +02:00
|
|
|
alias openvpn='sudo openvpn --config *.ovpn'
|
|
|
|
|
|
|
|
set -o emacs
|
|
|
|
|
|
|
|
PS1='${PWD##*/} $ '
|