mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 09:33:19 -09:00
add clear and reload aliases, add img support
This commit is contained in:
parent
a318732150
commit
cdc6581ac3
7
.zshrc
7
.zshrc
@ -117,6 +117,13 @@ alias ta="tmux -u -f $TMUX_CONFIG attach"
|
||||
alias tl="tmux list-sessions"
|
||||
alias o="rg --files . | fzf | xargs nvim"
|
||||
alias r="ranger"
|
||||
alias c="clear"
|
||||
alias shreload="source ~/.zshrc"
|
||||
|
||||
alias icat="kitty +kitten icat"
|
||||
|
||||
M_DIR="~/private/out"
|
||||
alias m="find $M_DIR -type f | shuf -n 1 | xargs kitty +kitten icat --scale-up --align left"
|
||||
|
||||
# some more ls aliases
|
||||
alias ll='ls -alF'
|
||||
|
Loading…
x
Reference in New Issue
Block a user