This commit is contained in:
Henry Hiles 2023-01-25 13:16:49 -05:00
parent 297f014cda
commit 8076067442
3 changed files with 0 additions and 11 deletions

View file

@ -1,2 +0,0 @@
contains $HOME/.local/bin $PATH; or set -a PATH $HOME/.local/bin
command -qv fig; and eval (fig init fish pre --rcfile 00_fig_pre | string split0)

View file

@ -1,2 +0,0 @@
contains $HOME/.local/bin $PATH; or set -a PATH $HOME/.local/bin
command -qv fig; and eval (fig init fish post --rcfile 99_fig_post | string split0)

View file

@ -1,7 +0,0 @@
# 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