oxidise pt 2

This commit is contained in:
Adam Jeniski 2023-02-24 23:39:46 -05:00
parent 44bc64afb9
commit 2348733d39

5
.zshrc
View File

@ -54,6 +54,7 @@ alias o="rg --files . | fzf | xargs nvim"
#being lazy #being lazy
alias r="ranger" alias r="ranger"
alias c='clear' #; $TODO_ON_CLEAR && tail -n 10 ~/todo' alias c='clear' #; $TODO_ON_CLEAR && tail -n 10 ~/todo'
alias wt='wiki-tui'
#todo things #todo things
alias todooff="TODO_ON_CLEAR=false" alias todooff="TODO_ON_CLEAR=false"
@ -68,8 +69,8 @@ alias m="find $M_DIR -type f | shuf -n 1 | xargs kitty +kitten icat --scale-up -
# some more ls aliases # some more ls aliases
alias ll='ls -alF' alias ll='ls -alF'
alias la='ls -A' alias la='ls -a'
alias l='ls -CF' alias l='ls'
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto' alias fgrep='fgrep --color=auto'