From c5de249472bf5015b6cda7be908aaddfc0690715 Mon Sep 17 00:00:00 2001 From: opalvault Date: Mon, 17 Jan 2022 22:47:59 -0800 Subject: [PATCH] Added pfetch to zshrc, removed xmodmap --- .config/zsh/.zprofile | 2 -- .config/zsh/.zshrc | 3 +++ desktop.org | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index b42dff3..3211b98 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -17,5 +17,3 @@ export VISUAL=vim export XDG_CURRENT_DESKTOP=Unity eval $(gnome-keyring-daemon --start --components=ssh) export SSH_AUTH_SOCK - -xmodmap ~/.config/xmodmap/xmodmap diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 552df68..2c894de 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -14,6 +14,9 @@ export PATH=/home/opal/go/bin:$PATH # Golang Path #### ~~~~ Locale ~~~~ ##### export LANG=en_US.UTF-8 +#### ~~~ Programs ~~~~ #### +pfetch + # #### ~~~~ Import ~~~~ ##### ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases" FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions" diff --git a/desktop.org b/desktop.org index 02bfc43..b97107f 100644 --- a/desktop.org +++ b/desktop.org @@ -635,6 +635,9 @@ export PATH=/home/opal/go/bin:$PATH # Golang Path #### ~~~~ Locale ~~~~ ##### export LANG=en_US.UTF-8 +#### ~~~ Programs ~~~~ #### +pfetch + # #### ~~~~ Import ~~~~ ##### ALIAS_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_aliases" FUNCTION_LOCATION="$XDG_CONFIG_HOME/zsh/zsh_functions" @@ -702,8 +705,6 @@ export VISUAL=vim export XDG_CURRENT_DESKTOP=Unity eval $(gnome-keyring-daemon --start --components=ssh) export SSH_AUTH_SOCK - -xmodmap ~/.config/xmodmap/xmodmap #+end_src ** zshenv #+begin_src shell :tangle ~/.zshenv :mkdirp yes