refreshed dotfiles
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -6,6 +6,8 @@ export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/
|
||||
PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
|
||||
|
||||
export PATH
|
||||
[[ -f ~/.zsh/ohmyzsh.zsh ]] && source ~/.zsh/ohmyzsh.zsh
|
||||
[[ -f ~/.zsh/starship.zsh ]] && source ~/.zsh/starship.zsh
|
||||
[[ -f ~/.zsh/goto.zsh ]] && source ~/.zsh/goto.zsh
|
||||
[[ -f ~/.zsh/nvm.zsh ]] && source ~/.zsh/nvm.zsh
|
||||
[[ -f ~/.zsh/pnpm.zsh ]] && source ~/.zsh/pnpm.zsh
|
||||
@@ -13,10 +15,9 @@ export PATH
|
||||
[[ -f ~/.zsh/aliases.zsh ]] && source ~/.zsh/aliases.zsh
|
||||
[[ -f ~/.zsh/ssh.zsh ]] && source ~/.zsh/ssh.zsh
|
||||
[[ -f ~/.zsh/kubernetes.zsh ]] && source ~/.zsh/kubernetes.zsh
|
||||
[[ -f ~/.zsh/theme.zsh ]] && source ~/.zsh/theme.zsh
|
||||
[[ -f ~/.zsh/ohmyzsh.zsh ]] && source ~/.zsh/ohmyzsh.zsh
|
||||
#export PATH="$HOME/.cargo/bin:$PATH" eval "$(starship init zsh)"
|
||||
# [[ -f ~/.zsh/theme.zsh ]] && source ~/.zsh/theme.zsh
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
#loading neofetch
|
||||
neofetch
|
||||
|
||||
Reference in New Issue
Block a user