Skip to content

Commit

Permalink
Create separate prompt for VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reda Lemeden committed Feb 21, 2015
1 parent d174d9f commit 4ec758e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tag-vm/config/fish/functions/fish_prompt.fish
@@ -0,0 +1,9 @@
set _glyph \u27E9

function fish_prompt
set -l yellow (set_color -o yellow)
set -l normal (set_color normal)

set -l cwd $yellow(basename (prompt_pwd))
echo -n "$cwd $_glyph" $normal
end

0 comments on commit 4ec758e

Please sign in to comment.