tv bash: add /* sh */
This commit is contained in:
parent
d4609b6188
commit
02252bdaf0
@ -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\] '
|
||||
|
Loading…
Reference in New Issue
Block a user