From 8321c0e378204ed93e391b1ec3933aabe28e757d Mon Sep 17 00:00:00 2001
From: ryo <ryo@nopwd.lol>
Date: Tue, 17 Dec 2024 00:15:40 +0000
Subject: Added null.sh and zathura plus some fixes

In scripts don't specify dash but just sh.
Removed bc from aliases.
Changed pocket to dl.
---
 bin/xray.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin/xray.sh')

diff --git a/bin/xray.sh b/bin/xray.sh
index faf4c0b..2b8fa11 100755
--- a/bin/xray.sh
+++ b/bin/xray.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env dash
+#!/bin/sh
 
 if [ -n "$(pgrep xray)" ]; then
 	pkill xray
-- 
cgit v1.2.3