summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-10-17 10:15:55 -0700
committerNicholas <nbnoll@eml.cc>2021-10-17 10:15:55 -0700
commitc777ce849ec357f98da56a516356df110daf6082 (patch)
tree6d9a5e11343d0131b9f10ab1d067fa2b18f45db4
parent90202826b1bd97938d3dde12bb57d0a9d5b161b3 (diff)
fix: broken profile
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index 68ec82d..9062116 100644
--- a/.profile
+++ b/.profile
@@ -1,7 +1,7 @@
# globals
PATH="$HOME/u/bin":$PATH:"$HOME/.local/bin"
-PS1="\u@\h \W ;"
+PS1="\e[01;32m\u\e[0m@\e[01;33m\h\e[0m:\e[01;34m\W\e[0m; "
export EDITOR=nvim
export VISUAL=$EDITOR
@@ -28,7 +28,7 @@ vim() {
}
dots() {
- /usr/bin/git --git-dir=$HOME/.dots --work-tree=$HOME
+ /usr/bin/git --git-dir=$HOME/.dots --work-tree=$HOME "$@"
}