File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 11source {{ joinPath .chezmoi.sourceDir " lib" " common" " functions.sh" | quote }}
22
3- add_to_path " $HOME/bin"
3+ add_to_path_always " $HOME/bin"
44
55export CLICOLOR= " on"
66export PS1= " \u@\h :\e [0;34m\w\e [m\n \$ "
77
8- source_if_exists " .bash_aliases "
8+ source_if_exists " .aliases "
99
1010export JAVA_HOME= " $(/usr/libexec/java_home -v 1.8.0)"
1111
Original file line number Diff line number Diff line change 11source {{ joinPath .chezmoi.sourceDir " lib" " common" " functions.sh" | quote }}
22
3- add_to_path " $HOME/Library/Python/3.9/bin"
4- add_to_path " $HOME/.local/bin"
3+ add_to_path_always " $HOME/Library/Python/3.9/bin"
4+ add_to_path_always " $HOME/.local/bin"
55add_to_path " ${KREW_ROOT:-$HOME/.krew}/bin"
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ export VISUAL="$EDITOR"
104104# alias zshconfig= " mate ~/.zshrc"
105105# alias ohmyzsh= " mate ~/.oh-my-zsh"
106106
107+ source_if_exists .aliases
108+
107109{{ if $ .gui -}}
108110source_if_exists " .iterm2_shell_integration.zsh"
109111{{ end -}}
You can’t perform that action at this time.
0 commit comments