diff --git a/Configs/ZSHShell/.zprofile b/Configs/ZSHShell/.zprofile
index d05bef9..f5684fe 100644
--- a/Configs/ZSHShell/.zprofile
+++ b/Configs/ZSHShell/.zprofile
@@ -1,3 +1,9 @@
+################################
+#---------- Go-Lang -----------#
+export GOPATH=$HOME/.go
+export PATH=$PATH:$GOPATH/bin
+################################
+
 ################################
 #------------ PyEnv -----------#
 export PYENV_ROOT="$HOME/.pyenv"
diff --git a/README.md b/README.md
index 3052abe..667a521 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This repo holds most of my random small scripts, configs, paws(blobs)
 ```Logo
      _                    _        ____             __ _       _
     / \   _ __ ___  _   _( )___   / ___|___  _ __  / _(_) __ _( )___
-   / _ \ | '__/ _ \| | | |/ __|  | |   / _ \| '_ \| |_| |/ _` |/ __|
+   / _ \ | '__/ _ \| | | |// __| | |   / _ \| '_ \| |_| |/ _` |// __|
   / ___ \| | | (_) | |_| | \__ \ | |__| (_) | | | |  _| | (_| | \__ \
  /_/   \_\_|  \___/ \__, | |___/  \____\___/|_| |_|_| |_|\__, | |___/
                     |___/                                |___/