Last active
February 14, 2023 11:20
-
-
Save ChieftainY2k/482663c65ef614bb91ae2afbe444f46a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export DOCKER_BUILDKIT=1 | |
export LESSCHARSET=utf-8 | |
export HISTCONTROL=ignoredups:erasedups | |
shopt -s histappend | |
export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r" | |
export PS1='$(whoami)@$(hostname):$(pwd) #' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment