Shorten variable descriptions #243
-
Currently variables are described something like For one thing, it just makes sense. It's a bit silly to be saying "set in X scope". Obviously the variable is set or we wouldn't be seeing it, and the whole "scope" part is redundant for anyone who understand the slightest bit about fish variables. After all we don't say "exported to child processes", we just say "exported". It also has the great benefit of making the line not wrap around in a standard 80x24 terminal: Current:Proposed:I think that looks way nicer. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Sure that's a good idea. Looks like you already have the code ready? |
Beta Was this translation helpful? Give feedback.
-
Sorry I changed my mind. I'd rather have simpler code and make fewer assumptions about
Btw how is a 80x24 a "standard" terminal size? |
Beta Was this translation helpful? Give feedback.
Sorry I changed my mind. I'd rather have simpler code and make fewer assumptions about
set --show
's brittle output (it's changed on me before).Btw how is a 80x24 a "standard" terminal size?