Personal dotfiles. Install via curl -Lks https://bit.ly/2Jlynh5 | /bin/bash -x
0
fork

Configure Feed

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

Source a machine local custom fish config

james7132 8bc11579 d944599d

+4
+4
.config/fish/config.fish
··· 48 48 else if type -q neofetch 49 49 neofetch 50 50 end 51 + 52 + if test -e "$HOME/.config/fish/custom.fish" 53 + source "$HOME/.config/fish/custom.fish" 54 + end