a lot of shit
This commit is contained in:
6
.zshrc
6
.zshrc
@ -86,7 +86,7 @@ HIST_STAMPS="dd.mm.yyyy"
|
|||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux ssh)
|
plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux ssh nvm)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@ -136,10 +136,6 @@ 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
|
|
||||||
|
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
#SESSION_NAME="main
|
#SESSION_NAME="main
|
||||||
|
|||||||
Reference in New Issue
Block a user