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

fix typo - Don't use the function keyword

This commit is contained in:
mquintero 2017-07-04 13:59:30 -05:00
parent b33c95582a
commit 940a1388a4

View File

@ -3,7 +3,7 @@
# |
# | Convert RGB to gnome colors
# | ===========================================
function gnome_color () {
gnome_color () {
AA=${1:1:2}
BB=${1:3:2}
@ -58,6 +58,7 @@ set_theme() {
# | Check for the terminal name and decide how to apply
# | ===========================================
TERMINAL=$(ps -p $(ps -p $(ps -p $$ -o ppid=) -o ppid=) -o args=)
if [ $TERMINAL = "pantheon-terminal" ]; then
# |
# | Applying values on pantheon-terminal