summaryrefslogtreecommitdiff
path: root/dotfiles/.bashrc
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2019-04-14 23:46:10 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2019-04-14 23:46:10 -0600
commit47e444501cde442de80ca35392ae5ee58fe9fbd3 (patch)
tree488b1727a93f4fb6d8313eaa8d7ead665b2472fb /dotfiles/.bashrc
downloadconfigs-47e444501cde442de80ca35392ae5ee58fe9fbd3.tar
configs-47e444501cde442de80ca35392ae5ee58fe9fbd3.tar.gz
configs-47e444501cde442de80ca35392ae5ee58fe9fbd3.tar.bz2
configs-47e444501cde442de80ca35392ae5ee58fe9fbd3.tar.lz
configs-47e444501cde442de80ca35392ae5ee58fe9fbd3.tar.xz
configs-47e444501cde442de80ca35392ae5ee58fe9fbd3.tar.zst
configs-47e444501cde442de80ca35392ae5ee58fe9fbd3.zip
adding some confs
Diffstat (limited to 'dotfiles/.bashrc')
-rw-r--r--dotfiles/.bashrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc
new file mode 100644
index 0000000..80711b0
--- /dev/null
+++ b/dotfiles/.bashrc
@@ -0,0 +1,13 @@
+if [[ $- != *i* ]] ; then
+ # Shell is non-interactive. Be done now!
+ return
+fi
+
+
+# Put your fun stuff here.
+#export PS1="[\A]-\u@\h\\$ "
+PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
+set -o vi
+alias ls='ls --color=auto'
+export GPG_TTY=$(tty)
+