Files
linux-config/dot_config/fish/functions/refresh-config.fish
Kevin Mok a1b3fd43f9 Resize font (URxvt)
Apply changes without resetting pywal colors.

Other:
- open current bg in ranger
- update Watson fish completion
- update NZXT packages
2019-08-11 02:05:51 -04:00

14 lines
340 B
Fish

function refresh-config
chezmoi apply
and echo 'Applied chezmoi.'
# and tmux source-file ~/.tmux.conf
# and echo 'Sourced tmux config.'
sync-shortcuts
echo 'Synced shortcuts.'
source ~/.config/fish/key_abbr.fish > /dev/null
and echo 'Sourced shortcuts.'
and echo 'Reloading fish.'
and exec fish
end