Artifact f3a6b2acc4b15d80ff95e084b85df707c30b8eddb6ef6c831bb37605f40f427a:
- File
config/fish/config.fish
— part of check-in
[233fe7e920]
at
2020-02-20 21:58:31
on branch trunk
— Add eps.fish
This expands, prints and then sets the variable $e. This allows to
preview an expansion and then use it by just using $e. (user: js, size: 985) [annotate] [blame] [check-ins using] - File fish/config.fish — part of check-in [24d2eb82f0] at 2020-02-20 22:07:34 on branch trunk — Remove useless config subdirectory (user: js, size: 985) [annotate] [blame] [check-ins using]
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_valid_path normal 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'