ADDED config/fish/config.fish Index: config/fish/config.fish ================================================================== --- config/fish/config.fish +++ config/fish/config.fish @@ -0,0 +1,27 @@ +set -g fish_greeting +set -g fish_escape_delay_ms 300 + +set -g fish_color_autosuggestion 303030 +set -g fish_color_command 205cb3 +set -g fish_color_comment 6600cc +set -g fish_color_cwd 209060 +set -g fish_color_end 730099 +set -g fish_color_host 176945 +set -g fish_color_jobs --bold yellow +set -g fish_color_operator cc6fdf +set -g fish_color_param 3377cf +set -g fish_color_quote ff751a +set -g fish_color_redirection bf4080 +set -g fish_color_search_match ffff00 +set -g fish_color_selection c0c0c0 +set -g fish_color_status --bold red +set -g fish_color_suffix 29bc7d +set -g fish_color_user 00ff00 +set -g fish_color_vcs 43d696 +set -g fish_color_vcs_braces 29bc7d + +set -g _fish_abbr_gpg gpg2 +set -g _fish_abbr_vi vim + +set -x EDITOR vim +set -x LS_COLORS 'di=34:ow=44;37:tw=44;37:st=44;37:ex=31:su=7;31:sg=7;31:ln=33:or=7;33:pi=32:do=32:bd=35:cd=35:so=32:*.bz2=36:*.dmg=36:*.gz=36:*.gpg=36:*.rar=36:*.tar=36:*.tbz2=36:*.tgz=36:*.xz=36:*.zip=36:*.orig=90:*~=90' DELETED config/fish/fish_variables Index: config/fish/fish_variables ================================================================== --- config/fish/fish_variables +++ config/fish/fish_variables @@ -1,45 +0,0 @@ -# This file contains fish universal variable definitions. -# VERSION: 3.0 -SETUVAR EDITOR:vim -SETUVAR --export LS_COLORS:di\x3d34\x3aow\x3d44\x3b37\x3atw\x3d44\x3b37\x3ast\x3d44\x3b37\x3aex\x3d31\x3asu\x3d7\x3b31\x3asg\x3d7\x3b31\x3aln\x3d33\x3aor\x3d7\x3b33\x3api\x3d32\x3ado\x3d32\x3abd\x3d35\x3acd\x3d35\x3aso\x3d32\x3a\x2a\x2ebz2\x3d36\x3a\x2a\x2edmg\x3d36\x3a\x2a\x2egz\x3d36\x3a\x2a\x2egpg\x3d36\x3a\x2a\x2erar\x3d36\x3a\x2a\x2etar\x3d36\x3a\x2a\x2etbz2\x3d36\x3a\x2a\x2etgz\x3d36\x3a\x2a\x2exz\x3d36\x3a\x2a\x2ezip\x3d36\x3a\x2a\x2eorig\x3d90\x3a\x2a\x7e\x3d90 -SETUVAR --export MAKEFLAGS:\x2dj\x2016 -SETUVAR __fish_init_2_39_8:\x1d -SETUVAR __fish_init_2_3_0:\x1d -SETUVAR __fish_init_3_x:\x1d -SETUVAR __fish_initialized:3100 -SETUVAR _fish_abbr_gpg:gpg2 -SETUVAR _fish_abbr_vi:vim -SETUVAR fish_color_autosuggestion:303030 -SETUVAR fish_color_cancel:normal -SETUVAR fish_color_command:205cb3 -SETUVAR fish_color_comment:6600cc -SETUVAR fish_color_cwd:209060 -SETUVAR fish_color_cwd_root:red -SETUVAR fish_color_end:730099 -SETUVAR fish_color_error:ff0000 -SETUVAR fish_color_escape:00a6b2 -SETUVAR fish_color_history_current:normal -SETUVAR fish_color_host:176945 -SETUVAR fish_color_host_remote:yellow -SETUVAR fish_color_jobs:\x2d\x2dbold\x1eyellow -SETUVAR fish_color_match:normal -SETUVAR fish_color_normal:normal -SETUVAR fish_color_operator:cc6fdf -SETUVAR fish_color_param:3377cf -SETUVAR fish_color_quote:ff751a -SETUVAR fish_color_redirection:bf4080 -SETUVAR fish_color_search_match:ffff00 -SETUVAR fish_color_selection:c0c0c0 -SETUVAR fish_color_status:\x2d\x2dbold\x1ered -SETUVAR fish_color_suffix:29bc7d -SETUVAR fish_color_user:00ff00 -SETUVAR fish_color_valid_path:normal -SETUVAR fish_color_vcs:43d696 -SETUVAR fish_color_vcs_braces:29bc7d -SETUVAR fish_escape_delay_ms:300 -SETUVAR fish_greeting: -SETUVAR fish_key_bindings:fish_default_key_bindings -SETUVAR fish_pager_color_completion:normal -SETUVAR fish_pager_color_description:B3A06D\x1eyellow -SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline -SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan