This commit is contained in:
fz0x1 2024-11-09 16:38:27 +01:00
parent 312bf84649
commit 1d04ec56b3
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
11 changed files with 114 additions and 11 deletions

View file

@ -122,6 +122,8 @@ alias cclear="reset && tmux clear-history && cd"
## git
alias s_diary="cd ~/PKM/diary/ && git commit -am \"\$(date +%Y%m%d)\" && git push origin master ; cd ~"
alias s_ledger="cd ~/PKM/ledger/ && git commit -am \"\$(date +%Y%m%d)\" && git push origin master ; cd ~"
## screenshots
alias scrn="screenshot.sh"
# Preferred editor for local and remote sessions
export EDITOR='nvim'