update folderstructure

This commit is contained in:
Philipp 2024-07-24 23:17:51 +02:00
parent 50ecdf4696
commit 402a8aeefe
Signed by: Philipp
GPG key ID: 9EBD8439AFBAB750
2 changed files with 2 additions and 1 deletions

View file

@ -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'

View file

@ -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"