diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:48:23 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:49:11 -0600 |
| commit | 4cd73433add5fd167e84379b6ae29bba41dac6a9 (patch) | |
| tree | 8fccdf627d73efd9d4a046bb8bcc1b728aeaa570 /modules/terminal/nixos/bash.nix | |
| parent | 3ccf3147edf663271960826c79a4213bc3b3eb8f (diff) | |
xdg compliance stuff
Diffstat (limited to 'modules/terminal/nixos/bash.nix')
| -rw-r--r-- | modules/terminal/nixos/bash.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/terminal/nixos/bash.nix b/modules/terminal/nixos/bash.nix index 393ab94..3b57f50 100644 --- a/modules/terminal/nixos/bash.nix +++ b/modules/terminal/nixos/bash.nix @@ -11,6 +11,9 @@ in if [ -s "''${XDG_CONFIG_HOME:-$HOME/.config}/bash/bashrc" ]; then . "''${XDG_CONFIG_HOME:-$HOME/.config}/bash/bashrc" fi + + export HISTFILE="$XDG_STATE_HOME"/bash/history + alias wget="wget --hsts-file /dev/null" ''; }; } |
