diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c2074d9..4f45ce6 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -44,4 +44,4 @@ set -g @tokyo-night-tmux_show_netspeed 1 set -g @tokyo-night-tmux_netspeed_iface "eth0" # Initialize TMUX plugin manager -run '.local/share/tmux/plugins/tpm/tpm' +run '~/.local/share/tmux/plugins/tpm/tpm' diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index b3f0266..e8e24d1 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -10,6 +10,7 @@ export XDG_CACHE_HOME="$HOME/.cache" # Setup for applications export GOPATH="$XDG_DATA_HOME/go" export ZDOTDIR="$XDG_CONFIG_HOME/zsh" +export GNUPGHOME="$XDG_DATA_HOME/gnupg" # Path to your oh-my-zsh installation. export ZSH="$XDG_DATA_HOME/oh-my-zsh"