about summary refs log tree commit diff stats
path: root/services/zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/zsh/custom_cursor.sh (renamed from services/custom_cursor.sh)0
-rw-r--r--services/zsh/zsh-init.sh (renamed from services/zsh-init.sh)0
-rw-r--r--services/zsh/zsh-prompt.sh (renamed from services/zsh-prompt.sh)0
-rw-r--r--services/zsh/zsh.nix (renamed from services/zsh.nix)2
4 files changed, 1 insertions, 1 deletions
diff --git a/services/custom_cursor.sh b/services/zsh/custom_cursor.sh
index 9a6da012..9a6da012 100644
--- a/services/custom_cursor.sh
+++ b/services/zsh/custom_cursor.sh
diff --git a/services/zsh-init.sh b/services/zsh/zsh-init.sh
index bc9af87a..bc9af87a 100644
--- a/services/zsh-init.sh
+++ b/services/zsh/zsh-init.sh
diff --git a/services/zsh-prompt.sh b/services/zsh/zsh-prompt.sh
index 1f0f164b..1f0f164b 100644
--- a/services/zsh-prompt.sh
+++ b/services/zsh/zsh-prompt.sh
diff --git a/services/zsh.nix b/services/zsh/zsh.nix
index b194ab6b..78387f91 100644
--- a/services/zsh.nix
+++ b/services/zsh/zsh.nix
@@ -53,7 +53,7 @@ in {
     interactiveShellInit = builtins.readFile ./zsh-init.sh;
     histSize = 9999999;
     histFile = "$XDG_DATA_HOME/zsh/history";
-    autosuggentions = {
+    autosuggestions = {
       enable = true;
     };
   };