Initial commit from korat

This commit is contained in:
2022-01-18 09:55:24 +01:00
commit 00af380c16
10 changed files with 656 additions and 0 deletions

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