Added Bash environment config

Added the following ZSH environment config files:

.profile
.bash_profile
.bash_login
.bash_logout

.bashrc is already included in '*rc'.

I also remove some unnecessary blank lines.
This commit is contained in:
mmhj 2021-07-23 11:37:02 +02:00 committed by GitHub
parent 0880d4285b
commit 21d28c08e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 8 deletions

View File

@ -165,6 +165,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
*known_hosts 1
.ini 1
.plist 1
# bash environment config
.profile 1
.bash_profile 1
.bash_login 1
.bash_logout 1
# zsh environment config
.zshenv 1
.zprofile 1
@ -202,7 +207,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.gitignore 38;5;240
.gitattributes 38;5;240
.gitmodules 38;5;240
# shell {{{2
.awk 38;5;172
.bash 38;5;172
@ -213,7 +217,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.zsh 38;5;172
.vim 38;5;172
.kak 38;5;172
# interpreted {{{2
.ahk 38;5;41
# python
@ -249,7 +252,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.sc 38;5;41
# Dart
.dart 38;5;51
# compiled {{{2
#
# assembly language
@ -333,7 +335,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.zig 38;5;81
# V
.v 38;5;81
# binaries {{{2
# compiled apps for interpreted languages
.pyc 38;5;240
@ -502,7 +503,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.wav 38;5;136;1
.wv 38;5;136;1
.wvc 38;5;136;1
# }}}
# fonts {{{1
.afm 38;5;66
@ -770,7 +770,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.Rproj 38;5;11
# Nokia Symbian OS files
.sis 38;5;7
.1p 38;5;7
.3p 38;5;7
.cnc 38;5;7
@ -857,6 +856,4 @@ TERM xterm-color
TERM xterm-debian
TERM xterm-kitty
# }}}
# vim: ft=dircolors:fdm=marker:et:sw=2: