Skip to content

Instantly share code, notes, and snippets.

@wanghuibin0
Last active March 29, 2021 03:27
Show Gist options
  • Save wanghuibin0/9c3119314bd8c554393f2b6dc0d80699 to your computer and use it in GitHub Desktop.
Save wanghuibin0/9c3119314bd8c554393f2b6dc0d80699 to your computer and use it in GitHub Desktop.

bash自定义配置

alias ..='cd ..'
alias ...='cd ../..'
alias ....='cd ../../..'
alias r='cd -'

export VISUAL=vi

可以添加在/etc/bash.bashrc文件末尾

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment