diff --git a/users/blake/dotfiles/zsh/.zshenv b/users/blake/dotfiles/zsh/.zshenv index 2be1833..e77547b 120000 --- a/users/blake/dotfiles/zsh/.zshenv +++ b/users/blake/dotfiles/zsh/.zshenv @@ -1 +1 @@ -/nix/store/8hyb0316l0c8hdkxsiy61bjby1cglb7n-home-manager-files/.config/zsh/.zshenv \ No newline at end of file +/nix/store/2l0mbarypjl8yrcy5bwbjhqrcnk182d5-home-manager-files/.config/zsh/.zshenv \ No newline at end of file diff --git a/users/blake/dotfiles/zsh/.zshrc b/users/blake/dotfiles/zsh/.zshrc index a0c3057..9370967 120000 --- a/users/blake/dotfiles/zsh/.zshrc +++ b/users/blake/dotfiles/zsh/.zshrc @@ -1 +1 @@ -/nix/store/8hyb0316l0c8hdkxsiy61bjby1cglb7n-home-manager-files/.config/zsh/.zshrc \ No newline at end of file +/nix/store/2l0mbarypjl8yrcy5bwbjhqrcnk182d5-home-manager-files/.config/zsh/.zshrc \ No newline at end of file diff --git a/users/blake/dots/zsh/default.nix b/users/blake/dots/zsh/default.nix index 26624ab..69bf0c7 100644 --- a/users/blake/dots/zsh/default.nix +++ b/users/blake/dots/zsh/default.nix @@ -27,8 +27,8 @@ "default" = "none"; "unknown-token" = "fg=red"; "reserved-word" = "fg=red"; - "alias" = "fg=magenta"; - "suffix-alias" = "fg=magenta"; + "alias" = "fg=cyan,underline"; + "suffix-alias" = "fg=cyan,underline"; "builtin" = "fg=cyan"; "function" = "fg=cyan"; "command" = "fg=cyan,bold"; @@ -37,14 +37,14 @@ "commandseparator" = "fg=white"; "globbing" = "fg=white"; "history-expansion" = "fg=white"; - "hashed-command" = "fg=blue"; + "hashed-command" = "fg=magenta"; "single-hyphen-option" = "fg=blue"; "double-hyphen-option" = "fg=blue"; "back-quoted-argument" = "fg=yellow"; "single-quoted-argument" = "fg=white"; "double-quoted-argument" = "fg=white"; - "dollar-double-quoted-argument" = "fg=cyan"; - "back-double-quoted-argument" = "fg=cyan"; + "dollar-double-quoted-argument" = "fg=blue"; + "back-double-quoted-argument" = "fg=blue"; }; };