this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove old configuration from Fish

+6 -11
+6 -11
fish/.config/fish/config.fish
··· 1 1 alias git=hub 2 2 source (direnv hook fish | psub) 3 3 4 + if test "$EDITOR" = nano 5 + set -x EDITOR nvim 6 + end 7 + 4 8 set -x LESS '-SRFXi' 5 9 set -x ERL_AFLAGS '-kernel shell_history enabled' 6 - set -x KERL_CONFIGURE_OPTIONS --without-javac --with-dynamic-trace=dtrace 7 - set CDPATH . "$HOME/Workspace" 8 10 9 11 if not functions -q fundle 10 12 eval (curl -sfL https://git.io/fundle-install) 11 13 end 12 14 13 15 fundle plugin 'hauleth/agnoster' 14 - fundle plugin 'tuvistavie/fish-asdf' 15 - fundle plugin 'edc/bass' 16 16 17 17 fundle init 18 18 19 - bass source ~/.nix-profile/etc/profile.d/nix.sh 19 + ulimit -n 10480 20 20 21 - set fish_user_paths ~/bin ~/.cargo/bin ~/.cache/rebar3/bin 21 + set fish_user_paths ~/bin ~/.nix-profile/bin /run/current-system/sw/bin 22 22 23 23 if status --is-interactive 24 24 env SHELL=fish keychain --eval --quiet -Q id_ed25519 | source 25 25 26 26 kitty + complete setup fish | source 27 27 end 28 - 29 - set -gx CPPFLAGS $CPPLFAGS -I/usr/local/opt/openssl/include 30 - set -gx LDLIBS $LDLIBS -I/usr/local/opt/openssl/lib 31 - 32 - source ~/.asdf/asdf.fish