this repo has no description
0
fork

Configure Feed

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

Minor fish updates

+1 -15
-14
.config/fish/conf.d/50-config.fish
··· 23 23 # Set a proper TTY for gpg commands to work 24 24 set -gx GPG_TTY (tty) 25 25 26 - # Inhibit suspend while logged into SSH session 27 - if command -qs systemd-inhibit; and set -q SSH_TTY 28 - # systemd-inhibit \ 29 - # --what=idle \ 30 - # --who='fish shell' \ 31 - # --why="prevent suspend during SSH session" \ 32 - # sleep infinity & 33 - 34 - # # If we don't disown this, it takes two tries to quit, but we can still 35 - # # kill it on exit with a trap 36 - # trap "kill "(jobs --last --pid) EXIT 37 - # disown %1 38 - end 39 - 40 26 # Set jq to show null/true/false as magenta instead of black or otherwise 41 27 set -gx JQ_COLORS "1;35:1;35:1;35:0;39:0;32:1;39:1;39" 42 28
+1 -1
.config/fish/functions/dsh.fish
··· 18 18 dlib_args="$(dlib_parse_args $@)" 19 19 shift $? 20 20 21 - dlib_workflow $dlib_args -- "/bin/bash --rcfile /etc/bashrc" 21 + dlib_workflow $dlib_args -- "/bin/bash --rcfile /etc/bashrc --rcfile ~/.bashrc" 22 22 ' -- $argv 23 23 end