diff options
author | Karel Kočí <cynerd@email.cz> | 2023-12-01 10:20:37 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-12-01 10:20:37 +0100 |
commit | 000268bfffeb92a0afe7e6953b0e20ee395d5621 (patch) | |
tree | a974c7e4ab513b291244a307bf9b6974cf9f3006 /shellrc.d/alias | |
parent | 38885a50be3be0942d13a170c0c135cb3e837426 (diff) | |
download | shellrc-000268bfffeb92a0afe7e6953b0e20ee395d5621.tar.gz shellrc-000268bfffeb92a0afe7e6953b0e20ee395d5621.tar.bz2 shellrc-000268bfffeb92a0afe7e6953b0e20ee395d5621.zip |
alias: add xo for xdg-open
Diffstat (limited to 'shellrc.d/alias')
-rw-r--r-- | shellrc.d/alias | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc.d/alias b/shellrc.d/alias index f237db5..86108b8 100644 --- a/shellrc.d/alias +++ b/shellrc.d/alias @@ -16,6 +16,7 @@ alias watch='watch -n 1 -c -t -d' alias rej='find -name \*.rej' alias orig='find -name \*.orig' alias mmake='make -j$(($(nproc) * 2)) -l$(nproc)' +alias xo='xdg-open' # Systemd aliases if we are running systemd if pidof systemd >/dev/null 2>/dev/null; then |