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;