Changes from work

This commit is contained in:
iankeane 2021-11-06 14:28:39 -04:00
parent 75c6271f5d
commit cfd12d404e
9 changed files with 312 additions and 2 deletions

7
fish/conf.d/omf.fish Normal file
View file

@ -0,0 +1,7 @@
# Path to Oh My Fish install.
set -q XDG_DATA_HOME
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
or set -gx OMF_PATH "$HOME/.local/share/omf"
# Load Oh My Fish configuration.
source $OMF_PATH/init.fish