Stupid me, after editing my .zshrc I always invoked a new shell to apply those changes. Now I
found out, that you can use your shell's
built-in source command to reload your zsh settings.
sk@supernova:~/ > source ~/.zshrc
or, even shorter:
sk@supernova:~/ > . ~/.zshrc
0 comments:
Post a Comment