Skip to content

Instantly share code, notes, and snippets.

@igalic
Created August 26, 2015 16:17
Show Gist options
  • Save igalic/e3f4c4fb8ede43843034 to your computer and use it in GitHub Desktop.
Save igalic/e3f4c4fb8ede43843034 to your computer and use it in GitHub Desktop.
# set a nice man pager
set --export PAGER most
# cool options for less...
set --export LESS -SR
# fish git prompt
set __fish_git_prompt_showdirtystate 'yes'
set __fish_git_prompt_showstashstate 'yes'
set __fish_git_prompt_showupstream 'yes'
set __fish_git_prompt_color_branch yellow
# Status Chars
set __fish_git_prompt_char_dirtystate '⚡'
set __fish_git_prompt_char_stagedstate '→'
set __fish_git_prompt_char_stashstate '↩'
set __fish_git_prompt_char_upstream_ahead '↑'
set __fish_git_prompt_char_upstream_behind '↓'
source /usr/share/fish/tools/web_config/sample_prompts/classic_git.fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment