diff options
author | pks <pks@pks.rocks> | 2023-01-11 11:10:21 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2023-01-11 11:10:21 +0100 |
commit | 0c6a3234aecb80d48adbdad98ad76e03e2e093c5 (patch) | |
tree | b27e8bac6197e7140123c46de860a5b55af3cc86 | |
parent | 535eca8472d582e44549335624abbae33fcd8fbd (diff) |
zshrc: personal -> local
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -239,7 +239,7 @@ function source_something { fi } -source_something ~/.zshrc.personal +source_something ~/.zshrc.local source_something ~/.zshrc.work source_something ~/.local/src/zoxide/zoxide.plugin.zsh export MCFLY_KEY_SCHEME=vim |