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

if command -v jot >/dev/null 2>&1 &&
	command -v tput >/dev/null 2>&1; then
	# shellcheck disable=SC2139
	alias hr="jot -b '═' -s '' '$(tput cols)'"
fi

Consider giving Nix/NixOS a try! <3