28092024
This commit is contained in:
parent
91ff389a40
commit
9de3a488a7
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ alias ehledger='nvim ~/PKM/ledger/2024.journal'
|
|||
## other
|
||||
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"
|
||||
alias s_ledger="cd ~/PKM/ledger/ && git commit -am \"\$(date +%Y%m%d)\" && git push origin master"
|
||||
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"
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
export EDITOR='nvim'
|
||||
|
|
Loading…
Add table
Reference in a new issue