Initial commit
This commit is contained in:
commit
153479352c
18 changed files with 3402 additions and 0 deletions
12
kshrc
Executable file
12
kshrc
Executable file
|
@ -0,0 +1,12 @@
|
|||
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'
|
||||
alias openvpn='sudo openvpn --config *.ovpn'
|
||||
|
||||
set -o emacs
|
||||
|
||||
PS1='${PWD##*/} $ '
|
Loading…
Add table
Add a link
Reference in a new issue