From dabff16a37ec20dcb6caedfb955b685d0ef8515f Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 27 Jul 2024 11:13:19 +0100 Subject: [PATCH] Add src alias to zshrc --- home/common/core/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/common/core/zsh.nix b/home/common/core/zsh.nix index dd12831..3bc7057 100644 --- a/home/common/core/zsh.nix +++ b/home/common/core/zsh.nix @@ -8,6 +8,7 @@ shellAliases = { ll = "ls -l"; + src = "cd ~/.local/share/src"; }; history.size = 10000; history.path = "${config.xdg.dataHome}/zsh/history";