mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 13:03:18 -09:00
add ranger and cfg aliases
This commit is contained in:
parent
71c3212974
commit
32f76dab4e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
.cfg
|
.cfg
|
||||||
*/plugged/
|
*
|
||||||
|
2
.zshrc
2
.zshrc
@ -111,10 +111,12 @@ TMUX_CONFIG="~/.config/tmux/.tmux.conf"
|
|||||||
|
|
||||||
#development shortcuts
|
#development shortcuts
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
|
alias cfg="lazygit --git-dir=$HOME/.cfg --work-tree=$HOME"
|
||||||
alias tn="tmux -u -f $TMUX_CONFIG new"
|
alias tn="tmux -u -f $TMUX_CONFIG new"
|
||||||
alias ta="tmux -u -f $TMUX_CONFIG attach"
|
alias ta="tmux -u -f $TMUX_CONFIG attach"
|
||||||
alias tl="tmux list-sessions"
|
alias tl="tmux list-sessions"
|
||||||
alias o="rg --files . | fzf | xargs nvim"
|
alias o="rg --files . | fzf | xargs nvim"
|
||||||
|
alias r="ranger"
|
||||||
|
|
||||||
# some more ls aliases
|
# some more ls aliases
|
||||||
alias ll='ls -alF'
|
alias ll='ls -alF'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user