]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Create bash_lite for hosts without gpg
authorMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 29 Apr 2016 15:36:12 +0000 (16:36 +0100)
committerMaximilian Friedersdorff <maxf130@gmail.com>
Fri, 29 Apr 2016 15:36:12 +0000 (16:36 +0100)
bash_lite/.bash_aliases [new symlink]
bash_lite/.bash_profile [new file with mode: 0644]
bash_lite/.bashrc [new symlink]
bash_lite/.dir_colors [new symlink]
bash_lite/.inputrc [new symlink]

diff --git a/bash_lite/.bash_aliases b/bash_lite/.bash_aliases
new file mode 120000 (symlink)
index 0000000..d6191b7
--- /dev/null
@@ -0,0 +1 @@
+../bash/.bash_aliases
\ No newline at end of file
diff --git a/bash_lite/.bash_profile b/bash_lite/.bash_profile
new file mode 100644 (file)
index 0000000..35e1470
--- /dev/null
@@ -0,0 +1,15 @@
+export EDITOR="/usr/bin/vim"
+export PAGER="/usr/bin/less"
+export PATH="/home/max/.local/bin:${PATH}"
+unset MANPATH
+
+if [ -n "$BASH_VERSION" ]; then
+  # include .bashrc if it exists
+  if [ -f "$HOME/.bashrc" ]; then
+    . "$HOME/.bashrc"
+  fi
+fi
+
+if [ -f /etc/bash_completion ]; then
+  . /etc/bash_completion
+fi
diff --git a/bash_lite/.bashrc b/bash_lite/.bashrc
new file mode 120000 (symlink)
index 0000000..ce16144
--- /dev/null
@@ -0,0 +1 @@
+../bash/.bashrc
\ No newline at end of file
diff --git a/bash_lite/.dir_colors b/bash_lite/.dir_colors
new file mode 120000 (symlink)
index 0000000..a4b0d2d
--- /dev/null
@@ -0,0 +1 @@
+../bash/.dir_colors
\ No newline at end of file
diff --git a/bash_lite/.inputrc b/bash_lite/.inputrc
new file mode 120000 (symlink)
index 0000000..f00edbb
--- /dev/null
@@ -0,0 +1 @@
+../bash/.inputrc
\ No newline at end of file