fix fish
This commit is contained in:
parent
297f014cda
commit
8076067442
3 changed files with 0 additions and 11 deletions
|
@ -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)
|
|
@ -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)
|
|
@ -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
|
Reference in a new issue