Skip to content

Instantly share code, notes, and snippets.

@sidharthv96
sidharthv96 / config.fish
Last active April 25, 2018 13:54 — forked from ronaldsuwandi/config.fish
My personal fish shell config for OS X (better blue colour for directory in dark terminal). Supports git branch
function adbc --description 'ADB Network Connect'
command adb connect $argv
end
function ls --description 'List contents of directory'
command ls -lFG $argv
end
function subl --description 'Launches sublime text in a new window'