Andrew Janke
Andrew Janke
Minor note: https://github.com/robbyrussell/oh-my-zsh is not for installing Zsh; it's for Oh My Zsh, which is an additional customization layer on top of `zsh`, and includes a bit of `nvm`-specific stuff....
This logic seems a little weird. ``` elif echo $shell | grep -q "bash"; then local login_status=$(shopt -q login_shell) local interactive_status=$([[ $- == *i* ]]) if [[ $login_status -eq 0...
The startup file order for `bash` on OS X is the same as elsewhere. You can compare the OS X `man bash` "INVOCATION" section against the [main Bash manual Startup...
If y'all are interested, I added this to [my AgnosterJ fork](https://github.com/apjanke/agnosterj-zsh-theme). https://github.com/apjanke/agnosterj-zsh-theme/commit/e91e59480ed4572e132b9884d280a9bc7f4334a1
@aemonge It looks like development has stalled out on this repo. So I created a fork for doing new development in. My fork is at https://github.com/apjanke/agnosterj-zsh-theme. This feature is already...
If you've got some time to spare and are curious, try my "Agnoster-J" fork: https://github.com/apjanke/agnosterj-zsh-theme. It has some feature and performance enhancements, and I take "this is slow" as a...
Agnoster is designed for use specifically with the "Solarized" color palette, which defines a specific mapping of terminal palette ANSI colors to specific RGB values. And also recommends particular uses...
> May I ask why the DEFAULT_USER query is there at all? I think this is in case you're `su`-ing or logging in as an unusual user on your local...
What terminal emulators are y'all using? This sounds like a "treat ambiguous-width characters as double-width" vs "single-width" or Unicode width lookup table, which are usually terminal-level configuration issues. (The problem...
What isn't working as expected? Is it that the colors are wrong? Or the segment-separator triangles have little flat lines around them? Or something else?