20241109
This commit is contained in:
parent
c4d3a5d9a6
commit
9a26e1370c
11 changed files with 114 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue