enhancement(lint): Fix lint errors for .bash_history

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-09-11 03:07:04 +00:00 committed by GitHub
parent dc65a9a24d
commit f0a7a8b35a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,9 @@ PS1="\[\033[0;32m\]\d:\t$ \[\033[0m\]"
ls
pwd
infocmp | grep setaf
PS1=\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
PS1=\[\033[01
32m\]\u@\h\[\033[00m\]:\[\033[01
34m\]\w\[\033[00m\]\$
PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$"
ls
l