feat (home/cli): PINK BASH PROMPT FOR FUN AND PROFIT
This commit is contained in:
parent
d8da85af24
commit
3b4fc820d1
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
export PS1=" \u@\h:\w \[\e[33m\]λ\[\e[0m\] "
|
export PS1=" \u@\h:\w \[\e[38;5;205m\]λ\[\e[0m\] "
|
||||||
task ls
|
task ls
|
||||||
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
|
if [ "$(ls -A ~/dwn)" ]; then echo "TODO: organize downloads."; fi
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue