summaryrefslogtreecommitdiff
path: root/fish/.config
diff options
context:
space:
mode:
authorRose <rose@pinkro.se>2025-08-25 18:47:20 +0200
committerRose <rose@pinkro.se>2025-08-25 18:47:20 +0200
commitb6f7002e6f9f7282e2a806c794b7070047c18ed5 (patch)
treef21b82d8ee8daa5b751256d16433594dfb7dd930 /fish/.config
parent9bb29c3310baff546b17ff3c8aeddb2296b7f0ce (diff)
downloaddotfiles-b6f7002e6f9f7282e2a806c794b7070047c18ed5.tar.gz
dotfiles-b6f7002e6f9f7282e2a806c794b7070047c18ed5.tar.bz2
fish: rename `run` abbr to `drun` because command conflicts
Diffstat (limited to 'fish/.config')
-rw-r--r--fish/.config/fish/config.fish2
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'