Skip to content

Instantly share code, notes, and snippets.

@antoniomaria
Created January 9, 2023 08:15
Show Gist options
  • Save antoniomaria/690928080cc74e4fd0d052ee0e2ddc37 to your computer and use it in GitHub Desktop.
Save antoniomaria/690928080cc74e4fd0d052ee0e2ddc37 to your computer and use it in GitHub Desktop.
Development environment bash_profile
export BASH_SILENCE_DEPRECATION_WARNING=1
export LANG=en_US.UTF-8
export LC_ALL=$LANG
genpasswd() { pwgen -Bs $1 1 |pbcopy |pbpaste; echo “Has been copied to clipboard”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment