diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 08:26:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-25 08:26:05 +0100 |
commit | 5df9099249853af918b7f4ce8b438acfbe966b4e (patch) | |
tree | 56e915d6501db23cc85ffcca04eaa331bdc8d790 /.config/zsh/.zshrc | |
parent | f6362e78180c26d5a2d9c80a92b0f3cebf48455c (diff) |
Update zsh
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index a39b3f9..e59acf1 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -77,4 +77,5 @@ autoload edit-command-line; zle -N edit-command-line bindkey '^e' edit-command-line # Source language managers -source $ZDOTDIR/functions +source $ZDOTDIR/managers + |