this repo has no description
0
fork

Configure Feed

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

Minor config updates

+4 -1
+3
.config/fish/conf.d/50-config.fish
··· 19 19 if command -qs bat 20 20 set -gx PAGER bat 21 21 set -gx GIT_PAGER 'bat --plain' 22 + # journalctl output doesn't necessarily play nice with bat 23 + set -gx SYSTEMD_PAGER less 22 24 23 25 # macOS `man` suports piping in MANPAGER, but on Linux this needs a 24 26 # wrapper script (see `man man`) ··· 54 56 set -Ux fish_user_paths \ 55 57 $DEVKITARM/bin \ 56 58 ~/.cargo/bin \ 59 + ~/.local/bin \ 57 60 $GOPATH/bin \ 58 61 node_modules/.bin \ 59 62 /usr/local/bin \
+1 -1
.config/fish/functions/dsh.fish
··· 11 11 return 1 12 12 end 13 13 14 - bash -c ' 14 + DOCKER_BUILDKIT=0 bash -c ' 15 15 set -o nounset 16 16 17 17 source tools/dlib.sh