1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

Fix Panda profile name

This commit is contained in:
Mayccoll 2020-10-08 19:07:46 -05:00 committed by GitHub
parent 713f98a024
commit c483e3e784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export COLOR_16="#F0F0F0" # White
export BACKGROUND_COLOR="#1D1E20" # Background Color
export FOREGROUND_COLOR="#F0F0F0" # Foreground Color (text)
export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color
export PROFILE_NAME="_bash"
export PROFILE_NAME="Panda"
# =============================================================== #