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

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

Consider giving Nix/NixOS a try! <3