From 402a8aeefeac21b67495f905a915ec89de5a792a6c6fd015b5ca564b3abd4368 Mon Sep 17 00:00:00 2001 From: Philipp Date: Wed, 24 Jul 2024 23:17:51 +0200 Subject: [PATCH] update folderstructure --- tmux/.config/tmux/tmux.conf | 2 +- zsh/.config/zsh/.zshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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"