Skip to content

Commit

Permalink
Adds a base rc file now.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 22, 2016
1 parent 7283192 commit 460e00b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ install:
cp revsh $(HOME)/.revsh/$(KEYS_DIR) ; \
if [ ! -e $(HOME)/.revsh/revsh ]; then \
ln -s $(HOME)/.revsh/$(KEYS_DIR)/revsh $(HOME)/.revsh/revsh ; \
fi ; \
if [ ! -e $(HOME)/.revsh/rc ]; then \
cp rc $(HOME)/.revsh/ ; \
fi \
fi

Expand Down
4 changes: 4 additions & 0 deletions rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
unset HISTFILE
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin
export PS1="\[\033[4;33m\]\u@\h\[\033[0;33m\]:\[\033[34m\]\w\[\033[0;33m\]$ \[\033[0m\]"
id

0 comments on commit 460e00b

Please sign in to comment.