diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-05-18 15:15:30 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-05-18 15:15:30 +0530 |
commit | 4df17a688ba54d710a1d46ee47cb65b5c9e75764 (patch) | |
tree | 5b4515b82ae88b8ebfb16a0556e4368c02087a69 /.config/shell/aliasrc | |
parent | 797e08333da93e8a37f496810a55a59cf83b2c08 (diff) |
modified aliasrc and null script to accept input and primitive-captive-portal-wifi script
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r-- | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b12a8c6..3ea8341 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -13,7 +13,7 @@ alias \ r="ranger" \ sr="sudo ranger" \ t="teams -no-sandbox" \ - w="whatsapp-nativefier" + w="whatsapp-nativefier" \ sp="spotify" \ jds="export _JAVA_AWT_WM_NONREPARENTING=1" \ jd="jdownloader" \ |