i use arch btw
0
fork

Configure Feed

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

update Codam logic

+4 -10
+4 -10
fish/.config/fish/config.fish
··· 32 32 33 33 if not ss -a | grep -q $SSH_AUTH_SOCK 34 34 rm -f $SSH_AUTH_SOCK 35 - 36 - if string match -iq -- bamibal $host 37 - set -gx user Bas # I don't remember what this is for but it's here now 38 - end 39 - 40 35 setsid --fork socat UNIX-LISTEN:$SSH_AUTH_SOCK,fork EXEC:"/mnt/c/Users/$user/wsl-ssh-agent/npiperelay.exe -ei -s //./pipe/openssh-ssh-agent",nofork 41 36 end 42 - else if string match -q -- "*codam.nl*" $host 43 - if string match -q -- "*Darwin*" $uname 44 - ulimit -n 10240 37 + else if string match -q -- "*codam.nl*" $host && string match -q -- "*Darwin*" $uname 38 + ulimit -n 10240 45 39 46 - #set -gx HOMEBREW_CORE_GIT_REMOTE "https://github.com/gromgit/homebrew-core-mojave" 47 - set -gx HOMEBREW_TEMP /Volumes/T7/homebrew/tmp 40 + #set -gx HOMEBREW_CORE_GIT_REMOTE "https://github.com/gromgit/homebrew-core-mojave" 41 + set -gx HOMEBREW_TEMP /Volumes/T7/homebrew/tmp 48 42 49 43 fish_add_path -P /Applications/CLion.app/Contents/bin/gdb/mac/bin 50 44 end