diff options
Diffstat (limited to 'programs/bash.nix')
-rw-r--r-- | programs/bash.nix | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/programs/bash.nix b/programs/bash.nix index 7d3c25e..d4a52f2 100644 --- a/programs/bash.nix +++ b/programs/bash.nix | |||
@@ -53,27 +53,15 @@ | |||
53 | ]; | 53 | ]; |
54 | 54 | ||
55 | sessionVariables = { | 55 | sessionVariables = { |
56 | 56 | TERM = "alacritty"; | |
57 | PF_INFO = "ascii title os kernel uptime pkgs shell"; | ||
58 | PF_SEP = " "; | ||
59 | PF_COL1 = 7; | ||
60 | PF_COL2 = 7; | ||
61 | PF_COL3 = 6; | ||
62 | PF_ALIGN = "9"; | ||
63 | PF_ASCII = "nixos"; | ||
64 | |||
65 | _JAVA_AWT_WM_NONREPARENTING = 1; | ||
66 | |||
67 | TERM = "xterm-256color-italic"; | ||
68 | EDITOR = "nvim"; | 57 | EDITOR = "nvim"; |
69 | MANPAGER = "nvim +Man!"; | 58 | MANPAGER = "nvim +Man!"; |
70 | GPG_TTY = "\$(tty)"; | 59 | GPG_TTY = "\$(tty)"; |
71 | |||
72 | }; | 60 | }; |
73 | 61 | ||
74 | initExtra = '' | 62 | initExtra = '' |
75 | export PATH=$PATH:"$HOME/scripts" | 63 | export PATH=$PATH:"$HOME/scripts" |
76 | export PROMPT_COMMAND="tmux refresh-client -S > /dev/null"; | 64 | export PROMPT_COMMAND="tmux refresh-client -S &> /dev/null"; |
77 | export PS1="\n\001\e[0;36m\002λ\001\e[0m\002 "; | 65 | export PS1="\n\001\e[0;36m\002λ\001\e[0m\002 "; |
78 | export PS2="> "; | 66 | export PS2="> "; |
79 | 67 | ||