Ver a proveniência

Add mosh alias.

cray
Mitch Tishmack há 11 anos
ascendente
cometimento
d859d17537
2 ficheiros alterados com 8 adições e 3 eliminações
  1. +6
    -3
      Makefile
  2. +2
    -0
      mosh/.profile.d/99-alias-mosh.sh

+ 6
- 3
Makefile Ver ficheiro

@@ -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



+ 2
- 0
mosh/.profile.d/99-alias-mosh.sh Ver ficheiro

@@ -0,0 +1,2 @@
# mosh/.profile.d/99-alias-mosh.sh
alias m=mosh

Carregando…
Cancelar
Guardar