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:
@@ -38,9 +38,6 @@ fi
|
|||||||
# Set up wine
|
# Set up wine
|
||||||
export WINEPREFIX="$XDG_DATA_HOME/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
|
# Set up Rubygems
|
||||||
if type gem &> /dev/null; then
|
if type gem &> /dev/null; then
|
||||||
path+="$HOME/.gem/bin"
|
path+="$HOME/.gem/bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user