From d859d175378a11e817320a98d5f55ea9600829c4 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Fri, 19 Dec 2014 10:24:21 -0600 Subject: [PATCH] Add mosh alias. --- Makefile | 9 ++++++--- mosh/.profile.d/99-alias-mosh.sh | 2 ++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 mosh/.profile.d/99-alias-mosh.sh diff --git a/Makefile b/Makefile index b3977f7..c0e4da0 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,12 @@ STOWOPTS=-target $(HOME) -d $(PWD) DOTGITCONFIG=~/.gitconfig DOTPROFILE=~/.profile -.PHONY: common emacs git ruby haskell perl tmux vim zsh list home osx linux ws +.PHONY: mosh common emacs git ruby haskell perl tmux vim zsh list home osx linux ws home: $(DOTGITCONFIG) $(DOTPROFILE) $(DOTDEE) $(DOTPROFILE) -ws: common emacs git ruby haskell perl tmux vim zsh home +ws: common mosh emacs git ruby haskell perl tmux vim zsh home all: home @@ -19,7 +19,7 @@ $(DOTGITCONFIG): $(DOTDEE) $(DOTGITCONFIG) clean: - $(STOW) $(STOWOPTS) -D common emacs git ruby haskell perl tmux vim zsh osx + $(STOW) $(STOWOPTS) -D mosh common emacs git ruby haskell perl tmux vim zsh osx $(DOTPROFILE): touch $(DOTPROFILE) @@ -47,6 +47,9 @@ x: ruby: $(STOW) $(STOWOPTS) ruby +mosh: + $(STOW) $(STOWOPTS) mosh + zsh: $(STOW) $(STOWOPTS) zsh diff --git a/mosh/.profile.d/99-alias-mosh.sh b/mosh/.profile.d/99-alias-mosh.sh new file mode 100644 index 0000000..44d590f --- /dev/null +++ b/mosh/.profile.d/99-alias-mosh.sh @@ -0,0 +1,2 @@ +# mosh/.profile.d/99-alias-mosh.sh +alias m=mosh