mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
zsh: allow zsh to "follow" ranger
This commit is contained in:
parent
8fe9191699
commit
36a198850b
3
.zshrc
3
.zshrc
@ -44,6 +44,9 @@ alias vim="nvim"
|
|||||||
# Fix zathura window swallowing
|
# Fix zathura window swallowing
|
||||||
alias zathura="devour zathura"
|
alias zathura="devour zathura"
|
||||||
|
|
||||||
|
# Allow zsh to "folow" ranger
|
||||||
|
alias ranger="source ranger"
|
||||||
|
|
||||||
# This loads nvm
|
# This loads nvm
|
||||||
export PATH="$HOME/.nvm/versions/node/$(/bin/cat $HOME/.nvm/alias/default)/bin:$PATH"
|
export PATH="$HOME/.nvm/versions/node/$(/bin/cat $HOME/.nvm/alias/default)/bin:$PATH"
|
||||||
nvm() {
|
nvm() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user