main
parent
36f74a1fe2
commit
fa1a62fa7d
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/conf.d/_pure_init.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/conf.d/pure.fish
|
@ -0,0 +1,6 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
# THEME PURE #
|
||||
set fish_function_path /Users/alpha/.config/fish/functions/theme-pure/functions/ $fish_function_path
|
||||
source /Users/alpha/.config/fish/functions/theme-pure/conf.d/pure.fish
|
@ -0,0 +1,79 @@
|
||||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR __fish_initialized:3400
|
||||
SETUVAR fish_color_autosuggestion:555\x1ebrblack
|
||||
SETUVAR fish_color_cancel:\x2dr
|
||||
SETUVAR fish_color_command:blue
|
||||
SETUVAR fish_color_comment:red
|
||||
SETUVAR fish_color_cwd:green
|
||||
SETUVAR fish_color_cwd_root:red
|
||||
SETUVAR fish_color_end:green
|
||||
SETUVAR fish_color_error:brred
|
||||
SETUVAR fish_color_escape:brcyan
|
||||
SETUVAR fish_color_history_current:\x2d\x2dbold
|
||||
SETUVAR fish_color_host:normal
|
||||
SETUVAR fish_color_host_remote:yellow
|
||||
SETUVAR fish_color_normal:normal
|
||||
SETUVAR fish_color_operator:brcyan
|
||||
SETUVAR fish_color_param:cyan
|
||||
SETUVAR fish_color_quote:yellow
|
||||
SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold
|
||||
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
SETUVAR fish_key_bindings:fish_default_key_bindings
|
||||
SETUVAR fish_pager_color_completion:normal
|
||||
SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di
|
||||
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
|
||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||
SETUVAR pure_begin_prompt_with_current_directory:true
|
||||
SETUVAR pure_check_for_new_release:false
|
||||
SETUVAR pure_color_at_sign:pure_color_mute
|
||||
SETUVAR pure_color_command_duration:pure_color_warning
|
||||
SETUVAR pure_color_current_directory:pure_color_primary
|
||||
SETUVAR pure_color_danger:red
|
||||
SETUVAR pure_color_dark:black
|
||||
SETUVAR pure_color_git_branch:pure_color_mute
|
||||
SETUVAR pure_color_git_dirty:pure_color_mute
|
||||
SETUVAR pure_color_git_stash:pure_color_info
|
||||
SETUVAR pure_color_git_unpulled_commits:pure_color_info
|
||||
SETUVAR pure_color_git_unpushed_commits:pure_color_info
|
||||
SETUVAR pure_color_hostname:pure_color_mute
|
||||
SETUVAR pure_color_info:cyan
|
||||
SETUVAR pure_color_jobs:pure_color_normal
|
||||
SETUVAR pure_color_light:white
|
||||
SETUVAR pure_color_mute:brblack
|
||||
SETUVAR pure_color_normal:normal
|
||||
SETUVAR pure_color_prefix_root_prompt:pure_color_danger
|
||||
SETUVAR pure_color_primary:blue
|
||||
SETUVAR pure_color_prompt_on_error:pure_color_danger
|
||||
SETUVAR pure_color_prompt_on_success:pure_color_success
|
||||
SETUVAR pure_color_success:magenta
|
||||
SETUVAR pure_color_system_time:pure_color_mute
|
||||
SETUVAR pure_color_username_normal:pure_color_mute
|
||||
SETUVAR pure_color_username_root:pure_color_light
|
||||
SETUVAR pure_color_virtualenv:pure_color_mute
|
||||
SETUVAR pure_color_warning:yellow
|
||||
SETUVAR pure_enable_container_detection:true
|
||||
SETUVAR pure_enable_git:true
|
||||
SETUVAR pure_enable_single_line_prompt:false
|
||||
SETUVAR pure_reverse_prompt_symbol_in_vimode:true
|
||||
SETUVAR pure_separate_prompt_on_error:false
|
||||
SETUVAR pure_show_jobs:false
|
||||
SETUVAR pure_show_prefix_root_prompt:false
|
||||
SETUVAR pure_show_subsecond_command_duration:false
|
||||
SETUVAR pure_show_system_time:false
|
||||
SETUVAR pure_symbol_container_prefix:
|
||||
SETUVAR pure_symbol_git_dirty:\x2a
|
||||
SETUVAR pure_symbol_git_stash:\u2261
|
||||
SETUVAR pure_symbol_git_unpulled_commits:\u21e3
|
||||
SETUVAR pure_symbol_git_unpushed_commits:\u21e1
|
||||
SETUVAR pure_symbol_prefix_root_prompt:\x23
|
||||
SETUVAR pure_symbol_prompt:\u276f
|
||||
SETUVAR pure_symbol_reverse_prompt:\u276e
|
||||
SETUVAR pure_symbol_ssh_prefix:
|
||||
SETUVAR pure_symbol_title_bar_separator:\x2d
|
||||
SETUVAR pure_threshold_command_duration:5
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_check_for_new_release.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_detect_container_by_cgroup_method.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_detect_container_by_pid_method.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_format_time.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_get_prompt_symbol.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_is_inside_container.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_is_single_line_prompt.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_parse_directory.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_parse_git_branch.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_place_iterm2_prompt_mark.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prefix_root_prompt.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_print_prompt.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_print_prompt_rows.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_beginning.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_command_duration.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_container.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_current_folder.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_ending.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_first_line.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_git.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_git_branch.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_git_dirty.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_git_pending_commits.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_git_stash.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_jobs.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_new_line.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_ssh.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_symbol.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_system_time.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_vimode.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_prompt_virtualenv.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_set_color.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_set_default.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_string_width.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/_pure_user_at_host.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/fish_greeting.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/fish_mode_prompt.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/fish_prompt.fish
|
@ -0,0 +1 @@
|
||||
/Users/alpha/.config/fish/functions/theme-pure/functions/fish_title.fish
|
@ -0,0 +1 @@
|
||||
Subproject commit 1aca7e7a45768af2f5196daa6d37dd2a1d2bb75a
|
Loading…
Reference in new issue