This commit is contained in:
fz0x1 2024-09-12 19:52:01 +02:00
parent 9c33c68601
commit 384fcb16cc
No known key found for this signature in database
GPG key ID: 7FB357158731DF87
3 changed files with 14 additions and 3 deletions

View file

@ -119,7 +119,7 @@ alias jup="jupyter lab"
alias hledger='hledger -f ~/PKM/ledger/2024.journal'
alias ehledger='nvim ~/PKM/ledger/2024.journal'
## other
alias cclear="reset && tmux clear-history"
alias cclear="reset && tmux clear-history && cd"
## git
alias s_diary="cd ~/PKM/diary/ && git commit -am '$commit_date' && git push origin master"
alias s_ledger="cd ~/PKM/ledger/ && git commit -am '$commit_date' && git push origin master"