Add .bashrc
authorSiraaj Khandkar <siraaj@khandkar.net>
Sun, 17 Jul 2022 21:51:58 +0000 (17:51 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sun, 17 Jul 2022 21:51:58 +0000 (17:51 -0400)
home/.bashrc [new file with mode: 0644]

diff --git a/home/.bashrc b/home/.bashrc
new file mode 100644 (file)
index 0000000..beb11f2
--- /dev/null
@@ -0,0 +1,16 @@
+# ~/.bashrc: executed by bash(1) for non-login shells.
+
+# If not running interactively, don't do anything
+case $- in
+    *i*) ;;
+      *) return;;
+esac
+
+bind 'set show-all-if-ambiguous on'
+bind 'TAB:menu-complete'
+shopt -s histappend
+
+#export PS1='\n\u@\h \w\n\$ '
+export PS1='\n\[\033[01;32m\]\u@\h\[\033[00m\] \[\033[01m\]\w\[\033[00m\]\n\$ '
+
+. ~/.profile
This page took 0.026137 seconds and 4 git commands to generate.