Skip to content

Commit

Permalink
Zsh: Add submodule 'is_mosh'
Browse files Browse the repository at this point in the history
Detects the current shell (running inside tmux, or not) is through
a mosh channel. This tool is necessary for auto-configuring
true color mode in several applications including vim.
  • Loading branch information
wookayin committed Oct 4, 2017
1 parent caf69ee commit 4bad77a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
[submodule "zsh/zplug"]
path = zsh/zplug
url = https://github.com/zplug/zplug
[submodule "zsh/is_mosh"]
path = zsh/is_mosh
url = https://github.com/wookayin/is_mosh
1 change: 1 addition & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# Bins
'~/.local/bin/dotfiles' : 'bin/dotfiles',
'~/.local/bin/fasd' : 'zsh/fasd/fasd',
'~/.local/bin/is_mosh' : 'zsh/is_mosh/is_mosh',
'~/.local/bin/imgcat' : 'bin/imgcat',
'~/.local/bin/imgls' : 'bin/imgls',
'~/.local/bin/fzf' : '~/.fzf/bin/fzf', # fzf is at $HOME/.fzf
Expand Down
1 change: 1 addition & 0 deletions zsh/is_mosh
Submodule is_mosh added at 6cde1c

0 comments on commit 4bad77a

Please sign in to comment.