mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Add OSX specifics
This commit is contained in:
@@ -11,4 +11,10 @@ export LANG=en_GB.UTF-8
|
||||
export EDITOR=nano
|
||||
export VISUAL=nano
|
||||
|
||||
# OSX Specific envs
|
||||
if [ $(uname) == "Darwin" ]; then
|
||||
# Shhh Catlina, we don't care!
|
||||
export BASH_SILENCE_DEPRECATION_WARNING=1
|
||||
fi
|
||||
|
||||
export PS1="\[\e[0;90m\][\[\e[0;37m\]\u\[\e[0;37m\]@\[\e[0;37m\]\H\[\e[0;90m\]] \[\e[0;90m\](\[\e[0;37m\]\W\[\e[0;90m\]) \[\e[0;37m\]\$\[\e[0m\] "
|
||||
|
||||
Reference in New Issue
Block a user