From 5faa27307b419c57e0b38f3ef417c73dab47171f Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 17 May 2022 11:30:26 -0400 Subject: [PATCH] Use 'o' as an alias for xdg-open --- zshrc.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc.org b/zshrc.org index e29995d..2dd61b6 100644 --- a/zshrc.org +++ b/zshrc.org @@ -462,7 +462,7 @@ BIG FAT WARNING: this needs to specify an actual file as a destination alias c=' cd' alias cd=' cd' - alias o="okular" + alias o="xdg-open" alias skype="skypeforlinux" alias ta="tmux attach"