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

if command -v units >/dev/null 2>&1; then
	# shellcheck disable=SC2139
	alias units="units --history=${XDG_DATA_HOME}/units_history"
fi

Consider giving Nix/NixOS a try! <3