From 706f0def36890f6a93c723bffdf22a5633ffd17a Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 15 Oct 2013 21:41:19 -0400 Subject: [PATCH] Fix theme function descriptions. --- fish_greeting.fish | 2 +- fish_prompt.fish | 12 ++++++------ fish_right_prompt.fish | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fish_greeting.fish b/fish_greeting.fish index bccf8f9..986850d 100644 --- a/fish_greeting.fish +++ b/fish_greeting.fish @@ -1,4 +1,4 @@ -function fish_greeting +function fish_greeting -d "what's up, fish?" set_color $fish_color_autosuggestion[1] uname -npsr uptime diff --git a/fish_prompt.fish b/fish_prompt.fish index b5124e6..e72d0ad 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -54,11 +54,11 @@ set lt_grey ccc # Helper methods # =========================== -function __bobthefish_in_git +function __bobthefish_in_git -d 'Check whether pwd is inside a git repo' command git rev-parse --is-inside-work-tree >/dev/null 2>&1 end -function __bobthefish_git_branch +function __bobthefish_git_branch -d 'Get the current git branch (or commitish)' set -l ref (command git symbolic-ref HEAD 2> /dev/null) if [ $status -gt 0 ] set -l branch (command git show-ref --head -s --abbrev |head -n1 2> /dev/null) @@ -85,7 +85,7 @@ end # Segment functions # =========================== -function __bobthefish_start_segment -d 'Start a segment' +function __bobthefish_start_segment -d 'Start a prompt segment' set_color -b $argv[1] set_color $argv[2] if [ "$current_bg" = 'NONE' ] @@ -133,7 +133,7 @@ function __bobthefish_path_segment -d 'Display a shortened form of a directory' set_color normal end -function __bobthefish_finish_segments -d 'Close open segments' +function __bobthefish_finish_segments -d 'Close open prompt segments' if [ -n $current_bg -a $current_bg != 'NONE' ] set_color -b normal set_color $current_bg @@ -148,7 +148,7 @@ end # Theme components # =========================== -function __bobthefish_prompt_status -d 'the symbols for a non zero exit status, root and background jobs' +function __bobthefish_prompt_status -d 'Display symbols for a non zero exit status, root and background jobs' set -l nonzero set -l superuser set -l bg_jobs @@ -252,7 +252,7 @@ end # Apply theme # =========================== -function fish_prompt +function fish_prompt -d 'bobthefish, a fish theme optimized for awesome' set -g RETVAL $status __bobthefish_prompt_status __bobthefish_prompt_user diff --git a/fish_right_prompt.fish b/fish_right_prompt.fish index 66d68bf..b4d14c9 100644 --- a/fish_right_prompt.fish +++ b/fish_right_prompt.fish @@ -1,4 +1,4 @@ -function fish_right_prompt +function fish_right_prompt -d 'bobthefish is all about the right prompt' set_color $fish_color_autosuggestion[1] date set_color normal