added bash text line
This commit is contained in:
parent
70d894da26
commit
e0512196de
@ -2,6 +2,10 @@
|
||||
config.programs.bash = {
|
||||
enable = true;
|
||||
|
||||
initExtra = ''
|
||||
PS1='\n\[\033[1;32m\][\[\e]0;\u@\h: \w\a\]\u@\h:\w]\$\[\033[0m\] '
|
||||
'';
|
||||
|
||||
shellAliases = {
|
||||
ll = "ls -lh";
|
||||
la = "ls -lah";
|
||||
|
Loading…
Reference in New Issue
Block a user