|
@@ -61,9 +61,11 @@ fi
|
|
|
|
|
|
if [ "$color_prompt" = yes ]; then
|
|
if [ "$color_prompt" = yes ]; then
|
|
#PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
|
|
#PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_git_branch)\[\033[00m\] $ "
|
|
- #PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[33m\]$(parse_git_branch)\[\033[00m\] \$ '
|
|
|
|
- source /etc/bash_completion.d/docker-machine-prompt.bash
|
|
|
|
- PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[33m\]$(parse_git_branch)$(__docker_machine_ps1)\[\033[00m\] \$ '
|
|
|
|
|
|
+ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[33m\]$(parse_git_branch)\[\033[00m\] \$ '
|
|
|
|
+ if [[ -f /etc/bash_completion.d/docker-machine-prompt.bash ]]; then
|
|
|
|
+ source /etc/bash_completion.d/docker-machine-prompt.bash
|
|
|
|
+ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\[\033[33m\]$(parse_git_branch)$(__docker_machine_ps1)\[\033[00m\] \$ '
|
|
|
|
+ fi
|
|
|
|
|
|
# Also do color ls
|
|
# Also do color ls
|
|
export CLICOLOR=true
|
|
export CLICOLOR=true
|
|
@@ -249,6 +251,8 @@ export LSCOLORS="gxfxcxdxbxegedabagacad"
|
|
# Disable bell for tab completion
|
|
# Disable bell for tab completion
|
|
#bind 'set bell-style none'
|
|
#bind 'set bell-style none'
|
|
|
|
|
|
|
|
+export EDITOR=vim
|
|
|
|
+
|
|
echo ""
|
|
echo ""
|
|
echo "Reminder: Use command-shift-s to save your window arrangement, command-shift-r to restore."
|
|
echo "Reminder: Use command-shift-s to save your window arrangement, command-shift-r to restore."
|
|
echo ""
|
|
echo ""
|