aboutsummaryrefslogtreecommitdiff
path: root/home-manager/wm/hyprland/scripts/rnew.fish
diff options
context:
space:
mode:
authorspl3g <spleefer6@yandex.ru>2023-12-31 15:08:06 +0300
committerspl3g <spleefer6@yandex.ru>2025-05-01 14:56:39 +0300
commitb8a5c62b112859f463a53ac97b43f7f8cdc544a9 (patch)
tree8b320bc9631fbd60ffe4b701e6afee148bb2313a /home-manager/wm/hyprland/scripts/rnew.fish
parent7db487dba2262af7b7822d110122ff496070ca92 (diff)
uhm
Diffstat (limited to 'home-manager/wm/hyprland/scripts/rnew.fish')
-rwxr-xr-xhome-manager/wm/hyprland/scripts/rnew.fish8
1 files changed, 0 insertions, 8 deletions
diff --git a/home-manager/wm/hyprland/scripts/rnew.fish b/home-manager/wm/hyprland/scripts/rnew.fish
deleted file mode 100755
index 743d7fd..0000000
--- a/home-manager/wm/hyprland/scripts/rnew.fish
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env fish
-
-ranger $argv
-set quit_cd_wd_file "$HOME/.ranger_quit_cd_wd"
-if test -s "$quit_cd_wd_file"
- kitty -d "$(cat $quit_cd_wd_file)" --detach
- true >"$quit_cd_wd_file"
-end