Update .config/fish/conf.d/20-aliases.fish
This commit is contained in:
parent
89ee6abbaf
commit
afdfa3f114
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
function rl -d "Reload all configs"
|
||||
source "$XDG_CONFIG_HOME/fish/config.fish"
|
||||
|
||||
for file in "$XDG_CONFIG_HOME/fish/conf.d/*.fish"
|
||||
for file in $XDG_CONFIG_HOME/fish/conf.d/*.fish
|
||||
source $file
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue