aboutsummaryrefslogtreecommitdiff
path: root/user/home/zsh.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-18 16:00:37 -0500
committerRosa <rosaontheweb@proton.me>2026-01-18 16:00:37 -0500
commitd8b9f3106942fe47635df682f79b7fb8051c8e8e (patch)
tree6804e0122140869be77b5e06311e8c50cba2b73f /user/home/zsh.nix
parent93855184693b464a8fead011e254ad4a95e0d61b (diff)
finally cursors
Diffstat (limited to 'user/home/zsh.nix')
-rw-r--r--user/home/zsh.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/user/home/zsh.nix b/user/home/zsh.nix
deleted file mode 100644
index c19b147..0000000
--- a/user/home/zsh.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ config, ... }:
-{
- programs.direnv.enable = true;
- programs.zsh = {
- enable = true;
- autocd = true;
- autosuggestion.enable = true;
- defaultKeymap = "viins";
- history.ignoreAllDups = true;
- initContent = ''
- PS1="%F{1}%n %B%5~%b %F{8}%# %f"
- '';
-
- syntaxHighlighting.enable = true;
- };
-}