1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 05:06:04 +00:00

Update dot_hooks

This commit is contained in:
Thomas A. Christensen II 2023-03-02 12:46:05 -06:00
parent 66d3a5c390
commit 5601bd7546
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -11,7 +11,7 @@ fi
if [ -f $HOME/.ion/bin/ion ]; then
export PATH="$HOME/.ion/bin/ion:$PATH"
export FPATH=$HOME/.ion/completions:$FPATH"
export FPATH="$HOME/.ion/completions:$FPATH"
fi
{{- if eq .machinetype "workstation" }}