Update 2 files: .zlogin, .zshrc
This commit is contained in:
@@ -12,4 +12,12 @@ source ${ZDOTDIR}/aliases.zsh
|
||||
source ${ZDOTDIR}/functions.zsh
|
||||
|
||||
dotstate-update
|
||||
|
||||
[[ -f $HOME/.zshrc.local ]] || touch $HOME/.zshrc.local
|
||||
source $HOME/.zshrc.local
|
||||
|
||||
if [[ $FFENABLED != "false" ]] && command -v fastfetch >/dev/null; then
|
||||
fastfetch --config examples/13
|
||||
fi
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
Reference in New Issue
Block a user