diff --git a/fish/add-on.fish b/fish/add-on.fish index 077fe74..d991bee 100644 --- a/fish/add-on.fish +++ b/fish/add-on.fish @@ -9,4 +9,4 @@ end abbr -a port 'sudo ss -tulnp | grep' abbr -a process 'ps aux | grep' -alias dotu='cd $HOME/.flinty && git pull' \ No newline at end of file +alias dotu='cd $HOME/.flinty && git pull && source ~/.config/fish/config.fish' \ No newline at end of file