ソースを参照

~/.aliases: some helpful aliases.

i like the ones for projects, but i'd like to go further because
sometimes starting them up is a pain. maybe expand the `make run`
concept? or possibly even write a LT plugin?
Lucas Stadler 12 年 前
コミット
e204d53171
共有2 個のファイルを変更した10 個の追加3 個の削除を含む
  1. 9 0
      .aliases
  2. 1 3
      .zshrc

+ 9 - 0
.aliases

1
alias ls='ls --group-directories-first --color=auto'
2
3
# shortcuts
4
alias tomorrow="vim ~/d/tomorrow -c ':Goyo'"
5
alias v="vim -c ':Goyo'"
6
7
# projects
8
alias clarity="cd ~/k/lp/clj/clarity"
9
alias pixl="cd ~/k/lp/js/pixl"

+ 1 - 3
.zshrc

47
bindkey $terminfo[kdch1] delete-char
47
bindkey $terminfo[kdch1] delete-char
48
bindkey  history-incremental-search-backward
48
bindkey  history-incremental-search-backward
49
49
50
alias ls='ls --group-directories-first --color=auto'
51
alias tomorrow='vim ~/d/tomorrow -c ":Goyo"'
52
53
source ~/.env
50
source ~/.env
51
source ~/.aliases