feat (home/bash): username and hostname in prompt
This commit is contained in:
parent
c04aef8ea4
commit
518cba3bfe
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
bashrcExtra = ''
|
||||
export PS1=" \W \[\e[33m\]λ\[\e[0m\] "
|
||||
export PS1=" \u@\h:\w \[\e[33m\]λ\[\e[0m\] "
|
||||
task ls
|
||||
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue