1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Tmux now actually supports XDG

This commit is contained in:
2024-04-25 14:42:53 +02:00
parent 3ee484c706
commit 33f24fe6de

View File

@@ -38,9 +38,6 @@ fi
# Set up wine
export WINEPREFIX="$XDG_DATA_HOME/wine"
# Setup tmux
test -f "$XDG_CONFIG_HOME/tmux/tmux.conf" && alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"
# Set up Rubygems
if type gem &> /dev/null; then
path+="$HOME/.gem/bin"