Skip to content

Instantly share code, notes, and snippets.

@leo424y
Forked from mugijiru/.typo.zshrc
Created April 10, 2018 07:40
Show Gist options
  • Save leo424y/128cdaa58ebfbfed6a400c0a13771055 to your computer and use it in GitHub Desktop.
Save leo424y/128cdaa58ebfbfed6a400c0a13771055 to your computer and use it in GitHub Desktop.
typo対策alias
# みんな大好きls周り
alias l='ls'
alias s='ls'
alias ks='ls'
# 高度に発展した、キータイプ矯正を目的とするアニメーションプログラムを入れているため使わない
# alias sl='ls'
# cdもよくミスる
alias c='cd'
alias cd..='cd ..'
alias cd../='cd ..'
# Git系。スペースを打ち損ねることが多いので
alias gitadd='git add'
alias gitst='git st'
# その他
alias snv='svn'
alias rmv='rvm'
alias gpre='grep'
alias opne='open'
alias les='less'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment