diff options
author | Johannes Stolp <jstolp@vgfr65cs1.internal.synopsys.com> | 2016-07-12 20:19:32 +0200 |
---|---|---|
committer | Johannes Stolp <jstolp@vgfr65cs1.internal.synopsys.com> | 2016-07-12 20:19:32 +0200 |
commit | 6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff (patch) | |
tree | c180153f8ffe3b1109e7f7032d73e2ea8dd32abd /.bashrc.files | |
parent | 9afd3dbc4c5236bdc2a93d63ebb68d918e03af86 (diff) | |
download | dotfiles-6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff.tar.gz dotfiles-6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff.zip |
added tmux config file
added tagbar support for vim
Diffstat (limited to '.bashrc.files')
-rw-r--r-- | .bashrc.files/colors | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc.files/colors b/.bashrc.files/colors index 1649895..1b5b1e7 100644 --- a/.bashrc.files/colors +++ b/.bashrc.files/colors @@ -24,7 +24,8 @@ #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" +#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" +export LS_COLORS="di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43::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 |