[fish] Hostname based prefixes for Vagrant

This commit is contained in:
Sebastian Schulze 2016-01-26 15:21:51 +01:00
parent 01f571349b
commit fcb32b9ede
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ end
# Fire up RVM
set -e GEM_PATH; set -e GEM_HOME
# Host-specific .vagrant directories
set -x VAGRANT_DOTFILE_PATH .vagrant-(hostname -s)
# Color Git Prompt
set -g __fish_git_prompt_show_informative_status 1
set -g __fish_git_prompt_showuntrackedfiles 1