beatific: alias xo=xdg-open
This commit is contained in:
parent
1956c75a61
commit
8043cd2a93
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue