Skip to content

Instantly share code, notes, and snippets.

@MaksimMisin
Forked from mitio/.bashrc
Last active August 12, 2021 08:38
Show Gist options
  • Select an option

  • Save MaksimMisin/b5eefa352079cc8aad9f823bb83dfb0e to your computer and use it in GitHub Desktop.

Select an option

Save MaksimMisin/b5eefa352079cc8aad9f823bb83dfb0e to your computer and use it in GitHub Desktop.
The minimal .bashrc file I need to feel comfortable in a shell.
export CLICOLOR=1
export LANG="en_US.UTF-8"
alias ls="ls --color=auto"
alias ll="ls -alh"
export PS1="\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ "
export EDITOR="vim"
export SVN_EDITOR="vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment