i use arch btw
0
fork

Configure Feed

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

Change file descriptor limits

+2 -2
+2 -2
fish/.config/fish/config.fish
··· 9 9 bind \e, __commandline_token_search_backward 10 10 11 11 if string match -q -- "*microsoft*" (uname -a) 12 - ulimit -n 65536 # no idea how to set this permanently in WSL 12 + ulimit -n 65535 # no idea how to set this permanently in WSL 13 13 14 14 set -gx DBUS_SESSION_BUS_ADDRESS unix:path=/run/user/1000/bus 15 15 ··· 19 19 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 20 20 end 21 21 else if string match -q -- "*codam.nl*" (hostname) 22 - ulimit -n 512 22 + ulimit -n 10240 23 23 24 24 #set -gx HOMEBREW_CORE_GIT_REMOTE "https://github.com/gromgit/homebrew-core-mojave" 25 25 end