diff options
author | tv <tv@krebsco.de> | 2017-07-14 01:45:10 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-07-14 01:45:10 +0200 |
commit | da53349ba972f59cf7cb4d985f2dc595aaccdf1c (patch) | |
tree | a9a3f21539a13fcd20dbf95e940fd04f101e335c /tv/2configs | |
parent | 04d0fbb08885041f018cdf6ee0d58780a5806e2e (diff) |
tv bash: add /* sh */
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/bash/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/bash/default.nix b/tv/2configs/bash/default.nix index 31f744b..546b2e7 100644 --- a/tv/2configs/bash/default.nix +++ b/tv/2configs/bash/default.nix @@ -4,7 +4,7 @@ with import <stockholm/lib>; { programs.bash = { - interactiveShellInit = '' + interactiveShellInit = /* sh */ '' HISTCONTROL='erasedups:ignorespace' HISTSIZE=65536 HISTFILESIZE=$HISTSIZE @@ -14,7 +14,7 @@ with import <stockholm/lib>; shopt -s no_empty_cmd_completion complete -d cd ''; - promptInit = '' + promptInit = /* sh */ '' case $UID in 0) PS1='\[\e[1;31m\]\w\[\e[0m\] ' |