Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
340 B

  1. function refresh-config
  2. chezmoi apply
  3. and echo 'Applied chezmoi.'
  4. # and tmux source-file ~/.tmux.conf
  5. # and echo 'Sourced tmux config.'
  6. sync-shortcuts
  7. echo 'Synced shortcuts.'
  8. source ~/.config/fish/key_abbr.fish > /dev/null
  9. and echo 'Sourced shortcuts.'
  10. and echo 'Reloading fish.'
  11. and exec fish
  12. end