Skip to content

Instantly share code, notes, and snippets.

@colstrom
Created December 9, 2016 20:22
Show Gist options
  • Select an option

  • Save colstrom/6944129ed4e254c39900b4dcb06bb338 to your computer and use it in GitHub Desktop.

Select an option

Save colstrom/6944129ed4e254c39900b4dcb06bb338 to your computer and use it in GitHub Desktop.
tab.fish: sugar for printing literal tabs
name = tab
author = Chris Olstrom
license = MIT
provides = fish/functions/tab
requires
fish/builtin/end
fish/builtin/function
fish/builtin/printf
function tab
printf "\t"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment