summaryrefslogtreecommitdiff
path: root/bash/.bash
diff options
context:
space:
mode:
authorMaciej Sobkowski <maciej.sobkowski@nokia.com>2015-07-02 13:52:25 +0200
committerMaciej Sobkowski <maciej.sobkowski@nokia.com>2015-07-02 13:52:25 +0200
commit0d9fcf8df448db25e8b805b9812f44314ea89936 (patch)
treeb7392df7b20d18e4305322644dc4e03edab83ed4 /bash/.bash
parent4d87c1d86db2518cc561a008e6315a0897e70ea6 (diff)
Added Bash configuration
Diffstat (limited to 'bash/.bash')
-rw-r--r--bash/.bash/aliases/generic.bash5
-rw-r--r--bash/.bash/aliases/ls.bash2
-rw-r--r--bash/.bash/color_codes17
-rw-r--r--bash/.bash/shenv.example4
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