mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-10 03:39:38 +00:00
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:
parent
dc65a9a24d
commit
f0a7a8b35a
1 changed files with 6 additions and 4 deletions
|
@ -60,7 +60,9 @@ PS1="\[\033[0;32m\]\d:\t$ \[\033[0m\]"
|
||||||
ls
|
ls
|
||||||
pwd
|
pwd
|
||||||
infocmp | grep setaf
|
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\]\$"
|
PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$"
|
||||||
ls
|
ls
|
||||||
l
|
l
|
||||||
|
|
Loading…
Reference in a new issue