beta.r3js.org
Theunis J. Botha 2017-02-09 21:01:57 +01:00
parent d18dbf67b7
commit 37121a773b
2 changed files with 52 additions and 1 deletions

View File

@ -19936,3 +19936,54 @@ cd config/
ls
ls -l
exit
g
cd con
cd config/
ls
git commit -am "better colors"
git push
ls -l
exit
vim .bashrc
:q
exit
ls
g
cd config/
ls -l
ls
exit
gf
g
ls -l
g
cd config/
exit
ls
g
cd config/
exit
g
exit
g
ls
exit
ps
r
t
r
d
e1
r
exit
ls
exit
ls -l
g
ls -l
vim ~/.bashrc
ls
exit
cd Downloads/WebStorm-145.597.6/bin/
./webstorm.sh
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;41m\]0\w\[\033[38;5;89m\]/\[\033[38;5;104m\]$(__git_ps1 "(%s)\[\033[38;5;89m\]/")\[\033[38;5;117m\]'
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;199m\]/\[\033[38;5;104m\]$(__git_ps1 "(%s)\[\033[38;5;199m\]/")\[\033[38;5;117m\]'
;;
*)
;;