about summary refs log tree commit diff
path: root/profile/.profile.d/urxvt.sh
blob: c08a63d0656a64c19b7a1bd0ac6eb069b5984e95 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

if command -v urxvt >/dev/null 2>&1; then
	export RXVT_SOCKET="${XDG_RUNTIME_DIR}/urxvtd.socket"
	export URXVT_PERL_LIB="${XDG_DATA_HOME}/urxvt/ext"
fi

Consider giving Nix/NixOS a try! <3