Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Last active March 19, 2019 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terrycojones/1cb893b1725740d9df26596a841c6bac to your computer and use it in GitHub Desktop.
Save terrycojones/1cb893b1725740d9df26596a841c6bac to your computer and use it in GitHub Desktop.
$ echo $i
$ set i aaaxy
$ echo $i
untrackedfiles
$ echo $FISH_VERSION
2.7.1-1829-g742fde0d
# Whereas:
$ echo $ii
$ set ii aaaxy
$ echo $ii
aaaxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment