diff options
author | Johannes Stolp <jstolp@vgfr65cs2.internal.synopsys.com> | 2016-05-30 09:03:28 +0200 |
---|---|---|
committer | Johannes Stolp <jstolp@vgfr65cs2.internal.synopsys.com> | 2016-05-30 09:03:28 +0200 |
commit | 1d92750bcf7675cd7e702e9df86cf9b5d88ab09b (patch) | |
tree | 33f1f924da4187c3a44a25fb1eff5dc5e6577b45 /.bashrc.files | |
parent | a7aacc32c95cef6033ebb4cd02c425bc35897fbb (diff) | |
download | dotfiles-1d92750bcf7675cd7e702e9df86cf9b5d88ab09b.tar.gz dotfiles-1d92750bcf7675cd7e702e9df86cf9b5d88ab09b.zip |
renamed .bashrc folder
Diffstat (limited to '.bashrc.files')
-rw-r--r-- | .bashrc.files/bash_prompt | 4 | ||||
-rw-r--r-- | .bashrc.files/colors | 33 |
2 files changed, 37 insertions, 0 deletions
diff --git a/.bashrc.files/bash_prompt b/.bashrc.files/bash_prompt new file mode 100644 index 0000000..dcdbd74 --- /dev/null +++ b/.bashrc.files/bash_prompt @@ -0,0 +1,4 @@ +# dotfiles -- .bashrc/bash_prompt +# author: johannst + +export PS1="\[\033[38;5;88m\]::\[$(tput sgr0)\]\[\033[38;5;202m\]\u\[$(tput sgr0)\]\[\033[38;5;88m\]::\[$(tput sgr0)\]\[\033[38;5;208m\]\H\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;7m\]-\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;226m\]\t\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;7m\]-\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;89m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]\n\[$(tput sgr0)\]\[\033[38;5;7m\][\[$(tput sgr0)\]\[\033[38;5;214m\]\$?\[$(tput sgr0)\]\[\033[38;5;7m\]]\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]\[\033[38;5;67m\]\\$>\[$(tput sgr0)\]\[\033[38;5;15m\] \[$(tput sgr0)\]" diff --git a/.bashrc.files/colors b/.bashrc.files/colors new file mode 100644 index 0000000..1649895 --- /dev/null +++ b/.bashrc.files/colors @@ -0,0 +1,33 @@ +# dotfiles -- .bashrc/colors +# author: johannst + +# explanations + #no NORMAL Global default, although everything should be something + #fi FILE Normal file + #di DIR Directory + #ln SYMLINK Symbolic link. If you set this to ‘target’ instead of a numerical value, the color is as for the file pointed to. + #pi FIFO, PIPE Named pipe + #do DOOR Door + #bd BLOCK Block device + #cd CHAR Character device + #or ORPHAN Symbolic link pointing to a non-existent file + #so SOCK Socket + #su SETUID File that is setuid (u+s) + #sg SETGID File that is setgid (g+s) + #tw STICKY_OTHER_WRITABLE Directory that is sticky and other-writable (+t,o+w) + #ow OTHER_WRITABLE Directory that is other-writable (o+w) and not sticky + #st STICKY Directory with the sticky bit set (+t) and not other-writable + #ex EXEC Executable file (i.e. has ‘x’ set in permissions) + #mi MISSING Non-existent file pointed to by a symbolic link (visible when you type ls -l) + #lc LEFTCODE Opening terminal code + #rc RIGHTCODE Closing terminal code + #ec ENDCODE Non-filename text + #*.extension Every file using this extension e.g. *.jpg +# mostly unix file types +export LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32" +# archives +export LS_COLORS="*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:$LS_COLORS" +# image and video +export LS_COLORS="*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:$LS_COLORS" +# audio +export LS_COLORS="*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:$LS_COLORS" |