Added my fish config

This commit is contained in:
Hydroxycarbamide 2022-06-07 21:48:28 +02:00
commit f5306476ea
21 changed files with 704 additions and 0 deletions

7
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