diff options
author | Rose <rose@pinkro.se> | 2025-08-25 18:47:20 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-08-25 18:47:20 +0200 |
commit | b6f7002e6f9f7282e2a806c794b7070047c18ed5 (patch) | |
tree | f21b82d8ee8daa5b751256d16433594dfb7dd930 | |
parent | 9bb29c3310baff546b17ff3c8aeddb2296b7f0ce (diff) | |
download | dotfiles-b6f7002e6f9f7282e2a806c794b7070047c18ed5.tar.gz dotfiles-b6f7002e6f9f7282e2a806c794b7070047c18ed5.tar.bz2 |
fish: rename `run` abbr to `drun` because command conflicts
-rw-r--r-- | fish/.config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 46bff2b..10fa81d 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -7,4 +7,4 @@ if status is-interactive #alias w='dbus-run-session sway' # Commands to run in interactive sessions can go here end -abbr -a --position anywhere --set-cursor='%' -- run '2> /dev/null > /dev/null & disown' +abbr -a --position anywhere --set-cursor='%' -- drun '2> /dev/null > /dev/null & disown' |