mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-21 16:13: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
|
@ -3,8 +3,8 @@ ls
|
|||
nano update_git.sh
|
||||
nano reset_git.sh
|
||||
nano update_git.sh
|
||||
bash reset_git.sh
|
||||
bash update_git.sh
|
||||
bash reset_git.sh
|
||||
bash update_git.sh
|
||||
git pull
|
||||
crontab -l
|
||||
ls
|
||||
|
@ -44,7 +44,7 @@ quota -s
|
|||
ls
|
||||
cd ~
|
||||
ls
|
||||
bash update_git.sh
|
||||
bash update_git.sh
|
||||
git merge
|
||||
git push
|
||||
git pull
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue