From 021ec98dd6cc64252f634611f88a30bccba791c7 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 21 Aug 2024 15:19:02 +0200 Subject: feat(home/zsh): Setup alias for `lm` --- modules/home/conf/zsh/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/home/conf/zsh/default.nix b/modules/home/conf/zsh/default.nix index 90eba56c..f5c65081 100644 --- a/modules/home/conf/zsh/default.nix +++ b/modules/home/conf/zsh/default.nix @@ -78,6 +78,8 @@ shellAliases = { ll = ". ll"; + lm = ". lm"; + hisea = "history 0 | grep"; }; sessionVariables = { -- cgit 1.4.1