···99bind \e, __commandline_token_search_backward
10101111if string match -q -- "*microsoft*" (uname -a)
1212- ulimit -n 65536 # no idea how to set this permanently in WSL
1212+ ulimit -n 65535 # no idea how to set this permanently in WSL
13131414 set -gx DBUS_SESSION_BUS_ADDRESS unix:path=/run/user/1000/bus
1515···1919 setsid --fork socat UNIX-LISTEN:$SSH_AUTH_SOCK,fork EXEC:"/mnt/c/Users/Bas/wsl-ssh-agent/npiperelay.exe -ei -s //./pipe/openssh-ssh-agent",nofork
2020 end
2121else if string match -q -- "*codam.nl*" (hostname)
2222- ulimit -n 512
2222+ ulimit -n 10240
23232424 #set -gx HOMEBREW_CORE_GIT_REMOTE "https://github.com/gromgit/homebrew-core-mojave"
2525end