feat(zsh): add NVM configuration and tmuxinator aliases
This commit is contained in:
4
.zshrc
4
.zshrc
@ -141,3 +141,7 @@ fi
|
|||||||
export BUN_INSTALL="$HOME/.bun"
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
export PATH=".:$PATH"
|
export PATH=".:$PATH"
|
||||||
|
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||||
|
3
alias.d/tmuxinator.sh
Normal file
3
alias.d/tmuxinator.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
alias t='tmuxinator'
|
||||||
|
alias ts='tmuxinator start'
|
||||||
|
alias tl='tmuxinator list'
|
Reference in New Issue
Block a user