diff options
| author | seth <[email protected]> | 2023-02-20 15:06:56 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 15:09:41 -0500 |
| commit | c29ebfedcad3ef36557608926aeea68d3106157c (patch) | |
| tree | 74dd0e357ccf1f87f0725a8ad7f3842f2b13c7fb /users/seth/shell/bash.nix | |
| parent | 62489eb982d1343a104782337a33305368afacc7 (diff) | |
switch back to fish
i don't know why i have to do this but it works so :shurg:
Diffstat (limited to 'users/seth/shell/bash.nix')
| -rw-r--r-- | users/seth/shell/bash.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix index a80f409..03f4985 100644 --- a/users/seth/shell/bash.nix +++ b/users/seth/shell/bash.nix @@ -4,14 +4,6 @@ historyFile = "${config.xdg.stateHome}/bash/history"; historyFileSize = 1000; historySize = 100; - sessionVariables = { - EDITOR = "nvim"; - VISUAL = "nvim"; - CARGO_HOME = "${config.xdg.dataHome}/cargo"; - RUSTUP_HOME = "${config.xdg.dataHome}/rustup"; - LESSHISTFILE = "${config.xdg.stateHome}/less/history"; - NPM_CONFIG_USERCONFIG = "${config.xdg.configHome}/npm/npmrc"; - }; shellOptions = [ "cdspell" "checkjobs" |
