Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

ADD abbr fish command to clone from popular forges

+3
+3
fish/config.fish
··· 22 22 abbr ne "cd ~/repos/notes; nvim" 23 23 end 24 24 25 + abbr srhtclone "git clone git@git.sr.ht:~chiefnoah/" 26 + abbr ghclone "git clone git@github.com:chiefnoah/" 27 + 25 28 if test -d "~/repos" 26 29 alias r "cd ~/repos" 27 30 end