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

if command -v shellcheck >/dev/null 2>&1; then
	alias sc="shellcheck"
fi

Consider giving Nix/NixOS a try! <3