this repo has no description
0
fork

Configure Feed

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

Merge branch 'main' of github.com:ian-h-chamberlain/dotfiles

+1 -1
+1 -1
.config/fish/functions/dsh.fish
··· 11 11 return 1 12 12 end 13 13 14 - DOCKER_BUILDKIT=0 $denv "/bin/bash --rcfile /etc/bashrc --rcfile ~/.bashrc" -- $argv 14 + DOCKER_BUILDKIT=0 $denv $argv -- "/bin/bash --rcfile /etc/bashrc --rcfile ~/.bashrc" 15 15 end