Add xo alias for xdg-open
This commit is contained in:
@@ -83,6 +83,7 @@ with lib;
|
|||||||
shellAliases = {
|
shellAliases = {
|
||||||
df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no";
|
df_ssh = "TERM=xterm-256color ssh -o StrictHostKeyChecking=no";
|
||||||
fix_nix = "LD_LIBRARY_PATH='' nix";
|
fix_nix = "LD_LIBRARY_PATH='' nix";
|
||||||
|
xo = "xdg-open";
|
||||||
} // multiplexerAliases;
|
} // multiplexerAliases;
|
||||||
variables = {
|
variables = {
|
||||||
ROFI_SYSTEMD_TERM = "ghostty -e";
|
ROFI_SYSTEMD_TERM = "ghostty -e";
|
||||||
|
|||||||
Reference in New Issue
Block a user