diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 01:31:24 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-13 01:31:24 +0200 |
| commit | 60cc6c09a9b1f8713ca48307147aef688b45e995 (patch) | |
| tree | a4c234d93c1f822f6dd8e848e3632b4fd7f9d591 | |
| parent | b2a570120281faf86614ee04618611ce13dd06be (diff) | |
| download | nixos-60cc6c09a9b1f8713ca48307147aef688b45e995.tar nixos-60cc6c09a9b1f8713ca48307147aef688b45e995.tar.gz nixos-60cc6c09a9b1f8713ca48307147aef688b45e995.tar.bz2 nixos-60cc6c09a9b1f8713ca48307147aef688b45e995.tar.xz nixos-60cc6c09a9b1f8713ca48307147aef688b45e995.zip | |
indentation
| -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 | ||
