Don't use relative path in config.fish
This commit is contained in:
parent
9a10d2fb59
commit
a87fa17acb
@ -2,7 +2,7 @@ if status is-interactive
|
|||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
||||||
source .config/fish/aliases.fish
|
source ~/.config/fish/aliases.fish
|
||||||
|
|
||||||
set -gx PATH "$PATH:$HOME/.local/bin:"
|
set -gx PATH "$PATH:$HOME/.local/bin:"
|
||||||
set fish_greeting ""
|
set fish_greeting ""
|
||||||
|
Loading…
Reference in New Issue
Block a user