Skip to content

Commit

Permalink
Removing right-side datetime from Bash prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
trey committed Jun 6, 2016
1 parent bbbbe07 commit 57fea71
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions bash/config
Expand Up @@ -4,8 +4,6 @@ if [ -f `brew --prefix`/etc/bash_completion ]; then
PS1='\[$MAGENTA\]\w\[$PURPLE\]$(__git_ps1)\[$RESET\]\$ '
fi

export RPROMPT="\$(date '+%b %d %r %Z')"

# El Capitan stuff.
# https://www.reddit.com/r/osx/comments/397uep/changes_to_bash_sessions_and_terminal_in_el/
[ -r "/etc/bashrc_$TERM_PROGRAM" ] && . "/etc/bashrc_$TERM_PROGRAM"
1 change: 0 additions & 1 deletion bash/env
Expand Up @@ -21,4 +21,3 @@ if [ -f ~/.emma ]; then
fi

. ~/bin/dotfiles/bash/vendor/z.sh
. ~/bin/dotfiles/bash/vendor/rprompt.sh
12 changes: 0 additions & 12 deletions bash/vendor/rprompt.sh

This file was deleted.

0 comments on commit 57fea71

Please sign in to comment.