mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:33:19 -09:00
oxidise pt 2
This commit is contained in:
parent
44bc64afb9
commit
2348733d39
5
.zshrc
5
.zshrc
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user