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

@ -3,8 +3,8 @@ ls
nano update_git.sh nano update_git.sh
nano reset_git.sh nano reset_git.sh
nano update_git.sh nano update_git.sh
bash reset_git.sh bash reset_git.sh
bash update_git.sh bash update_git.sh
git pull git pull
crontab -l crontab -l
ls ls
@ -44,7 +44,7 @@ quota -s
ls ls
cd ~ cd ~
ls ls
bash update_git.sh bash update_git.sh
git merge git merge
git push git push
git pull git pull
@ -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