home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2f3ee
)
Add .bashrc
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 17 Jul 2022 21:51:58 +0000
(17:51 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 17 Jul 2022 21:51:58 +0000
(17:51 -0400)
home/.bashrc
[new file with mode: 0644]
patch
|
blob
diff --git a/home/.bashrc
b/home/.bashrc
new file mode 100644
(file)
index 0000000..
beb11f2
--- /dev/null
+++ b/
home/.bashrc
@@ -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.030584 seconds
and
4
git commands to generate.