LoginSignup
0
0

個人の.zshrc(.bashrc)紹介

Posted at

#my own alias
alias -g @g='| grep'
alias -g @l='| less'

alias la='ls -alF'
alias ll='ls -lF'
alias rmf='rm -Rf'
alias cp='cp -Rf'
alias relogin='exec $SHELL -l'

zsh aliases

alias vz="vim ~/.zshrc"
alias sz="source ~/.zshrc"

alias for git

alias gc="git checkout"
alias gb="git branch -a"
alias gp='git pull origin $(git rev-parse --abbrev-ref HEAD)'

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0