Newest version of dotfiles with Ghostty, Fish, kickstart vim and zsh updates
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -6,7 +6,7 @@ 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/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
|
||||
@@ -21,3 +21,7 @@ eval "$(starship init zsh)"
|
||||
|
||||
#loading neofetch
|
||||
neofetch
|
||||
|
||||
|
||||
# Load Angular CLI autocompletion.
|
||||
source <(ng completion script)
|
||||
|
||||
Reference in New Issue
Block a user