Skip to content

Commit

Permalink
(I still don’t like Fish)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallshaw committed Nov 11, 2017
1 parent cc02a20 commit 3d4b5f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions config/fish/config.fish
Expand Up @@ -2,13 +2,18 @@
set -gx EDITOR vim
set -gx fish_key_bindings fish_vi_key_bindings
test -d /usr/local/opt/findutils/libexec/gnubin; and set -gx PATH /usr/local/opt/findutils/libexec/gnubin $PATH
test -d /usr/local/opt/findutils/libexec/gnuman; and set -gx MANPATH /usr/local/opt/findutils/libexec/gnuman $PATH
test -d /usr/local/opt/findutils/libexec/gnuman; and set -gx MANPATH /usr/local/opt/findutils/libexec/gnuman $MANPATH
test -d /usr/local/opt/coreutils/libexec/gnubin; and set -gx PATH /usr/local/opt/coreutils/libexec/gnubin $PATH
test -d /usr/local/opt/coreutils/libexec/gnuman; and set -gx MANPATH /usr/local/opt/coreutils/libexec/gnuman $PATH
test -d /usr/local/opt/coreutils/libexec/gnuman; and set -gx MANPATH /usr/local/opt/coreutils/libexec/gnuman $MANPATH
test -d /usr/local/sbin; and set -gx PATH /usr/local/sbin $PATH
test -d /usr/local/bin; and set -gx PATH /usr/local/bin $PATH
test -d /usr/local/man; and set -gx MANPATH /usr/local/man $MANPATH
test -d /usr/share/man; and set -gx MANPATH /usr/share/man $MANPATH
test -d ~/bin; and set -gx PATH ~/bin $PATH
undup PATH
undup MANPATH

# Aliases
source ~/.config/fish/aliases.fish

test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
2 changes: 1 addition & 1 deletion config/fish/fishd.b8e8562d07dc
Expand Up @@ -38,5 +38,5 @@ SET fish_pager_color_description:B3A06D\x1eyellow
SET fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SET fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SET fish_user_paths:/Users/matt/\x2efzf/bin
SET fisher_dependency_count:getopts\x1ez\x1episces\x1elast_job_id\x1eawait\x1egetopts\x1eget\x1efzf\x1elast_job_id\x1egetopts\x1eawait\x1eget\x1efzf\x1episces\x1egetopts\x1ez
SET fisher_dependency_count:getopts\x1ez\x1episces\x1elast_job_id\x1eawait\x1egetopts\x1eget\x1efzf\x1elast_job_id\x1egetopts\x1eawait\x1eget\x1efzf\x1episces\x1egetopts\x1ez\x1erbenv
SET pisces_pairs:\x28\x2c\x29\x1e\x5b\x2c\x5d\x1e\x7b\x2c\x7d\x1e\x22\x2c\x22\x1e\x27\x2c\x27
1 change: 1 addition & 0 deletions config/fish/fishfile
Expand Up @@ -4,4 +4,5 @@ fisherman/get
fisherman/getopts
fisherman/last_job_id
laughedelic/pisces
fisherman/rbenv
fisherman/z

0 comments on commit 3d4b5f7

Please sign in to comment.