diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 15:19:02 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-21 15:25:27 +0200 |
commit | 021ec98dd6cc64252f634611f88a30bccba791c7 (patch) | |
tree | c3b4b853fd9fe664ad1efc5cdfb21fc14961bfb0 /modules | |
parent | feat(pkgs/lm): Init and use in pkgs (diff) | |
download | nixos-config-021ec98dd6cc64252f634611f88a30bccba791c7.tar.gz nixos-config-021ec98dd6cc64252f634611f88a30bccba791c7.zip |
feat(home/zsh): Setup alias for `lm`
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/zsh/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 = { |