Update .config/fish/conf.d/20-aliases.fish
This commit is contained in:
parent
995b03ffbe
commit
89ee6abbaf
1 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,14 @@
|
|||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
# Shell aliases.
|
||||
abbr -a rl --position command "source $XDG_CONFIG_HOME/fish/config.fish"
|
||||
function rl -d "Reload all configs"
|
||||
source "$XDG_CONFIG_HOME/fish/config.fish"
|
||||
|
||||
for file in "$XDG_CONFIG_HOME/fish/conf.d/*.fish"
|
||||
source $file
|
||||
end
|
||||
end
|
||||
|
||||
abbr -a c --position command clear
|
||||
abbr -a e --position command "$EDITOR"
|
||||
abbr -a v --position command "$EDITOR"
|
||||
|
|
Loading…
Reference in a new issue