1
1
Fork 0

beatific: alias xo=xdg-open

This commit is contained in:
Tim Van Baak 2024-01-26 10:00:51 -08:00
parent 1956c75a61
commit 8043cd2a93
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ in {
# Set some user-friendly defaults (use e.g. "command cp" to skip the alias)
# -r (recursively copy dirs) -p (preserve mode, ownership, timestamps)
cp = "cp -rp";
xo = "xdg-open";
};
security.sudo.extraRules = [{
users = [ "tvb" ];