From c29ebfedcad3ef36557608926aeea68d3106157c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 20 Feb 2023 15:06:56 -0500 Subject: switch back to fish i don't know why i have to do this but it works so :shurg: --- users/seth/shell/bash.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'users/seth/shell/bash.nix') 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" -- cgit v1.2.3