Add src alias to zshrc

This commit is contained in:
Sam 2024-07-27 11:13:19 +01:00
parent 5fae14f4fc
commit dabff16a37
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
shellAliases = {
ll = "ls -l";
src = "cd ~/.local/share/src";
};
history.size = 10000;
history.path = "${config.xdg.dataHome}/zsh/history";