diff options
| -rw-r--r-- | custom/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/zsh.nix b/custom/zsh.nix index 1c388bea..7279cf4f 100644 --- a/custom/zsh.nix +++ b/custom/zsh.nix | |||
| @@ -22,7 +22,7 @@ in rec { | |||
| 22 | 22 | ||
| 23 | cl() { cd; clear } | 23 | cl() { cd; clear } |
| 24 | ''; | 24 | ''; |
| 25 | programs.zsh.promptInit = '' | 25 | programs.zsh.promptInit = '' |
| 26 | bindkey -e | 26 | bindkey -e |
| 27 | source ${antigen}/antigen.zsh | 27 | source ${antigen}/antigen.zsh |
| 28 | 28 | ||
