From e3922c0272f08cf74536a8bf749326564bcfd2ed Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Wed, 25 Sep 2024 15:42:34 -0400 Subject: [PATCH] Commit for generation 82 --- glasshouse-desktop/modules/zshell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glasshouse-desktop/modules/zshell.nix b/glasshouse-desktop/modules/zshell.nix index 531d282..3500fb0 100644 --- a/glasshouse-desktop/modules/zshell.nix +++ b/glasshouse-desktop/modules/zshell.nix @@ -24,7 +24,7 @@ utar = "tar -zxvf"; # utar ; z = "zip -r"; # z ; uz = "unzip"; # uz -d ; - sr = "source ~/hmconf/.zshrc"; + sr = "source ~/.zshrc"; ".." = "cd .."; psg = "ps aux | grep -v grep | grep -i -e VSZ -e" ; mkdir = "mkdir -p"; @@ -218,7 +218,7 @@ journal() { ''; initExtraBeforeCompInit = '' - source ~/hmconf/.zstyle + source ~/.zstyle ''; initExtra = '' if [ ! -e $HOME/.zsh_history ]; then @@ -276,7 +276,7 @@ eval "$(starship init zsh)" # Options enableCompletion = true; - dotDir = "hmconf"; + dotDir = "~/"; history = { path = ".zsh_history"; save = 10000;