202412301735586432 HAPPY NEW YEAR
This commit is contained in:
parent
9789a3db29
commit
65240b8408
10 changed files with 29481 additions and 25 deletions
|
@ -47,23 +47,9 @@ ex ()
|
|||
fi
|
||||
}
|
||||
|
||||
diary ()
|
||||
{
|
||||
if [[ ! -v "$1" ]]; then
|
||||
arg1=1
|
||||
else
|
||||
arg1="$1"
|
||||
fi
|
||||
|
||||
if [[ "$2" == "md" ]]; then
|
||||
jrnl -n "$arg1" | glow
|
||||
else
|
||||
jrnl -n "$arg1"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
# aliases
|
||||
## just
|
||||
alias j="just"
|
||||
## tmux
|
||||
alias tsc='tmux switch-client -t'
|
||||
alias tsd='tmux new-session -d -s'
|
||||
|
@ -104,9 +90,9 @@ alias py='python'
|
|||
## todo.txt
|
||||
alias todo="todo.sh -d ~/Dropbox/TODO/todo.cfg"
|
||||
## eton
|
||||
alias et="eton"
|
||||
alias zk="eton zk"
|
||||
alias di=" eton diary"
|
||||
# alias et="eton"
|
||||
# alias zk="eton zk"
|
||||
# alias di=" eton diary"
|
||||
## toipe (https://github.com/Samyak2/toipe)
|
||||
alias to="toipe -f ~/Productivity/TextSync/typing_wordlists/most_problems"
|
||||
## jrnl.sh
|
||||
|
@ -115,8 +101,8 @@ alias lj="jrnl -n 3 --format json | jq '.entries[].date'"
|
|||
## jupyter
|
||||
alias jup="jupyter lab"
|
||||
## hledger
|
||||
#alias hledger='hledger -f ~/PKM/ledger/2024.journal'
|
||||
alias ehledger='nvim ~/PKM/ledger/2024.journal'
|
||||
alias ledger='just -f ~/.hledger/justfile'
|
||||
alias ehledger='nvim ~/.hledger/2024.journal'
|
||||
## other
|
||||
alias cclear="reset && tmux clear-history && cd"
|
||||
## git
|
||||
|
@ -132,6 +118,8 @@ alias frmm="find . -type f -exec shred -n 7 -z -u {} +"
|
|||
alias resmacs="killall emacs &> /dev/null && emacs --daemon &> /dev/null"
|
||||
alias em="emacsclient -c"
|
||||
alias relmacs="doom sync"
|
||||
## diary
|
||||
alias di="diary.sh"
|
||||
|
||||
# bindkeys
|
||||
## autosuggest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue