this repo has no description
0
fork

Configure Feed

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

Fix dsh not sourcing bashrc

+1 -1
+1 -1
.config/fish/functions/dsh.fish
··· 18 18 dlib_args="$(dlib_parse_args $@)" 19 19 shift $? 20 20 21 - dlib_workflow $dlib_args -- "$@" 21 + dlib_workflow $dlib_args -- "/bin/bash --rcfile /etc/bashrc" 22 22 ' -- $argv 23 23 end