1
0
Fork 0

[zsh] New aliases for gopass and hledger

main
Sebastian Schulze 2020-01-20 12:20:03 +01:00
parent 03132acd11
commit 8bd320d345
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,10 @@ alias git-cleanup-merged-branches="git fetch -va && git branch --merged | egrep
alias wttr="curl 'wttr.in/Bogenhausen?1pQF&lang=de'"
alias termbin="nc termbin.com 9999"
alias ssh='TERM=xterm-256color ssh'
alias sudo='TERM=xterm-256color sudo'
alias gp="gopass"
alias hl="hledger"
timestamp() { date +%Y-%m-%d-%H%M%S }
letterup() { take $1 && cp -a ~/Documents/Personal/Brief-Vorlage/2017-LaTeX/* .; }
@ -114,3 +118,4 @@ fi;
source ~/.zsh-custom/plugins/
source ~/.p10k.zsh
autoload -U compinit && compinit