about summary refs log tree commit diff stats
path: root/home-manager/config
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-04-23 15:33:24 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:31:55 +0200
commit8e1bc925ef2d6a92a9f79399566323bf733f4e46 (patch)
treed175a68b0b34ac1e66f41e12ebc0b87d5e45ed0c /home-manager/config
parentFix(hm/conf/zsh/prompt): Ignore some errors (diff)
downloadnixos-config-8e1bc925ef2d6a92a9f79399566323bf733f4e46.tar.gz
nixos-config-8e1bc925ef2d6a92a9f79399566323bf733f4e46.zip
Fix(hm/conf/zsh): Use correct notation for hisea alias
Diffstat (limited to 'home-manager/config')
-rw-r--r--home-manager/config/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/zsh/default.nix b/home-manager/config/zsh/default.nix
index 13eaaffc..4c52b829 100644
--- a/home-manager/config/zsh/default.nix
+++ b/home-manager/config/zsh/default.nix
@@ -77,7 +77,7 @@
       ls = "ls -a --color=auto";
       ll = ". ll";
       pip = "pip --require-virtualenv";
-      hisea = "history info | grep";
+      hisea = "history 0 | grep";
 
       mocp = "mocp -M ${config.xdg.configHome}/moc";
       yarn = "yarn --use-yarnrc ${config.xdg.configHome}/yarn/config";