diff --git a/bash_history b/bash_history index 02d4198..d493841 100644 --- a/bash_history +++ b/bash_history @@ -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 diff --git a/bashrc b/bashrc index 9e65af8..e6b033c 100644 --- a/bashrc +++ b/bashrc @@ -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\]' ;; *) ;;