Last active
March 19, 2019 09:10
-
-
Save terrycojones/1cb893b1725740d9df26596a841c6bac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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