Skip to content

Instantly share code, notes, and snippets.

@michaelradionov
Created October 1, 2018 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelradionov/27a1afcd84739a6367a43bb72f1c4b73 to your computer and use it in GitHub Desktop.
Save michaelradionov/27a1afcd84739a6367a43bb72f1c4b73 to your computer and use it in GitHub Desktop.
export EDITOR='micro'
export CHEAT_EDITOR='micro'
export PATH="$HOME/.composer/vendor/bin:$PATH"
export PATH="vendor/bin:$PATH"
export PATH="/usr/local/bin:$PATH"
export CLICOLOR=1
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
export HISTTIMEFORMAT="%d/%m/%y %T "
# Мгновенная запись в .bash_history
shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment