├── config.fish ├── copy.fish ├── functions ├── c.fish ├── cloc.fish ├── concommits.fish ├── dataurl.fish ├── ddupe.fish ├── dedupevar.fish ├── diff.fish ├── dotenv.fish ├── fs.fish ├── http-to-git.fish ├── k.fish ├── mkd.fish ├── mre.fish ├── music_sync.fish ├── o.fish ├── pbc.fish ├── pipenv-list.fish ├── psh.fish ├── server.fish ├── simpleprompt.fish ├── t.fish ├── tre.fish ├── uprepos.fish ├── urlencode.fish ├── urlfile.fish ├── uvo.fish ├── v.fish └── wgetm.fish ├── inc ├── aliases.fish ├── linux.fish ├── mac.fish └── prompt.fish ├── readme.md ├── setup.sh └── universal.fish /config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/config.fish -------------------------------------------------------------------------------- /copy.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/copy.fish -------------------------------------------------------------------------------- /functions/c.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/c.fish -------------------------------------------------------------------------------- /functions/cloc.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/cloc.fish -------------------------------------------------------------------------------- /functions/concommits.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/concommits.fish -------------------------------------------------------------------------------- /functions/dataurl.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/dataurl.fish -------------------------------------------------------------------------------- /functions/ddupe.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/ddupe.fish -------------------------------------------------------------------------------- /functions/dedupevar.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/dedupevar.fish -------------------------------------------------------------------------------- /functions/diff.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/diff.fish -------------------------------------------------------------------------------- /functions/dotenv.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/dotenv.fish -------------------------------------------------------------------------------- /functions/fs.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/fs.fish -------------------------------------------------------------------------------- /functions/http-to-git.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/http-to-git.fish -------------------------------------------------------------------------------- /functions/k.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/k.fish -------------------------------------------------------------------------------- /functions/mkd.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/mkd.fish -------------------------------------------------------------------------------- /functions/mre.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/mre.fish -------------------------------------------------------------------------------- /functions/music_sync.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/music_sync.fish -------------------------------------------------------------------------------- /functions/o.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/o.fish -------------------------------------------------------------------------------- /functions/pbc.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/pbc.fish -------------------------------------------------------------------------------- /functions/pipenv-list.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/pipenv-list.fish -------------------------------------------------------------------------------- /functions/psh.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/psh.fish -------------------------------------------------------------------------------- /functions/server.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/server.fish -------------------------------------------------------------------------------- /functions/simpleprompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/simpleprompt.fish -------------------------------------------------------------------------------- /functions/t.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/t.fish -------------------------------------------------------------------------------- /functions/tre.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/tre.fish -------------------------------------------------------------------------------- /functions/uprepos.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/uprepos.fish -------------------------------------------------------------------------------- /functions/urlencode.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/urlencode.fish -------------------------------------------------------------------------------- /functions/urlfile.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/urlfile.fish -------------------------------------------------------------------------------- /functions/uvo.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/uvo.fish -------------------------------------------------------------------------------- /functions/v.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/v.fish -------------------------------------------------------------------------------- /functions/wgetm.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/functions/wgetm.fish -------------------------------------------------------------------------------- /inc/aliases.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/inc/aliases.fish -------------------------------------------------------------------------------- /inc/linux.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/inc/linux.fish -------------------------------------------------------------------------------- /inc/mac.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/inc/mac.fish -------------------------------------------------------------------------------- /inc/prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/inc/prompt.fish -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/readme.md -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/setup.sh -------------------------------------------------------------------------------- /universal.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phette23/fishrc/HEAD/universal.fish --------------------------------------------------------------------------------