better colors

beta.r3js.org
Theunis J. Botha 2017-02-09 10:45:11 +01:00
parent 41fd659637
commit d18dbf67b7
2 changed files with 66 additions and 1 deletions

View File

@ -19871,3 +19871,68 @@ cd Downloads/WebStorm-145.597.6/
cd bin/.
./webstorm.sh
exit
ls
ls -l
g
ls -l
cd con
cd config/
git commit -am "bash stuff"
git push
ls
exit
g
cd config/
git pull
cd cyb
git checkout cybafelo
git pull
ls
git checkout tj-dev
git checkout cybafelo -- bash_aliases
git checkout cybafelo -- bashrc
git checkout cybafelo -- progress_*
git checkout cybafelo -- ubuntu*
ls
git checkout cybafelo -- vimrc.local
git checkout cybafelo -- .gitignore
ls
git status
vim ~/.bashrc
ls -l
cd
ls
rm .bashrc
ls
ls -l
ln -s /usr/share/gamewheel/config/bashrc \.bashrc
ln -s /usr/share/gamewheel/config/bash_aliases \.bash_aliases
ls -l
sudo mv .bash_history /usr/share/gamewheel/config/bash_history
mv .bash_history /usr/share/gamewheel/config/bash_history
ln -s /usr/share/gamewheel/config/bash_history \.bash_history
ls -l
f
g
cd config/
git status
git add bash_history
vim bash_aliases
exit
exut
exit
ls -l
g
ls
ls -l
exit
cd Downloads/WebStorm-145.597.6/
cd bin/
./webstorm.sh
exit
ls
g
cd config/
ls
ls -l
exit

2
bashrc
View File

@ -66,7 +66,7 @@ unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1='${debian_chroot:+($debian_chroot)}\[\033[38;5;34m\]-\[\033[38;5;35m\]=\[\033[38;5;36m\]<\[\033[38;5;37m\]y\[\033[38;5;38m\]b\[\033[38;5;39m\]4\[\033[38;5;38m\]f\[\033[38;5;37m\]3\[\033[38;5;36m\]1\[\033[38;5;34m\]0\w/\[\033[38;5;36m\]$(__git_ps1 "(%s)")\[\033[38;5;38m\]'
PS1='${debian_chroot:+($debian_chroot)}\[\033[38;5;34m\]-\[\033[38;5;35m\]=\[\033[38;5;36m\]<\[\033[38;5;37m\]y\[\033[38;5;38m\]b\[\033[38;5;39m\]4\[\033[38;5;38m\]f\[\033[38;5;37m\]3\[\033[38;5;36m\]1\[\033[38;5;41m\]0\w\[\033[38;5;89m\]/\[\033[38;5;104m\]$(__git_ps1 "(%s)\[\033[38;5;89m\]/")\[\033[38;5;117m\]'
;;
*)
;;