diff options
Diffstat (limited to 'bash/.bash')
| -rw-r--r-- | bash/.bash/aliases/generic.bash | 5 | ||||
| -rw-r--r-- | bash/.bash/aliases/ls.bash | 2 | ||||
| -rw-r--r-- | bash/.bash/color_codes | 17 | ||||
| -rw-r--r-- | bash/.bash/shenv.example | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/bash/.bash/aliases/generic.bash b/bash/.bash/aliases/generic.bash new file mode 100644 index 0000000..ea98e25 --- /dev/null +++ b/bash/.bash/aliases/generic.bash @@ -0,0 +1,5 @@ +alias clr="clear" +alias cls="clear" +alias c="clear" +alias v="vim" +alias ..="cd .." diff --git a/bash/.bash/aliases/ls.bash b/bash/.bash/aliases/ls.bash new file mode 100644 index 0000000..4e7fb97 --- /dev/null +++ b/bash/.bash/aliases/ls.bash @@ -0,0 +1,2 @@ +alias l="ls -l" +alias ll="ls -l" diff --git a/bash/.bash/color_codes b/bash/.bash/color_codes new file mode 100644 index 0000000..922574b --- /dev/null +++ b/bash/.bash/color_codes @@ -0,0 +1,17 @@ +BLACK="\[\033[0;30m\]" +RED="\[\033[0;31m\]" +GREEN="\[\033[0;32m\]" +BROWN="\[\033[0;33m\]" +BLUE="\[\033[0;34m\]" +PURPLE="\[\033[0;35m\]" +CYAN="\[\033[0;36m\]" +LIGHT_GRAY="\[\033[0;37m\]" +DARK_GRAY="\[\033[1;30m\]" +LIGHT_RED="\[\033[1;31m\]" +LIGHT_GREEN="\[\033[1;32m\]" +YELLOW="\[\033[1;33m\]" +LIGHT_BLUE="\[\033[1;34m\]" +LIGHT_PURPLE="\[\033[1;35m\]" +LIGHT_CYAN="\[\033[1;36m\]" +WHITE="\[\033[1;37m\]" +PS_CLEAR="\[\033[0m\]" diff --git a/bash/.bash/shenv.example b/bash/.bash/shenv.example new file mode 100644 index 0000000..84cc953 --- /dev/null +++ b/bash/.bash/shenv.example @@ -0,0 +1,4 @@ +proxy=http://10.144.1.10:8080 +#proxy=plwrprx-fiesprx.glb.nsn-net.net:8081 + +prompt_color |
