fix .bin scripts

This commit is contained in:
Simonas Narbutas
2019-11-21 13:47:40 +01:00
parent e70fbe438b
commit bb1363f92e
17 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/bash
menu=$(echo -e "firefox -P work\nfirewarden chromium\nchromium --profile-directory=Default\ngoogle-chat-linux.sh\n| xclip -selection c\n" | rofi -dmenu -p "browser ")
if [[ $menu == \|* ]]; then
eval echo \"$@\" $menu > /dev/null 2>&1 &
else
eval $menu \"$@\" > /dev/null 2>&1 &
fi

View File

@@ -0,0 +1,7 @@
#!/bin/bash
menu=$(echo -e "firefox -P work\nchromium --profile-directory=Default\n| xclip -selection c\n" | rofi -dmenu -p "browser ")
if [[ $menu == \|* ]]; then
eval echo \"$@\" $menu > /dev/null 2>&1 &
else
eval $menu \"$@\" > /dev/null 2>&1 &
fi

View File

@@ -1 +0,0 @@
ZDOTDIR=/home/snarbutas/.yadm/alt/codeshell /bin/zsh

View File

@@ -0,0 +1 @@
ZDOTDIR=/home/snarbutas/.config/yadm/alt/codeshell /bin/zsh

Binary file not shown.

View File

@@ -1 +0,0 @@
/home/snarbutas/kafkatool/kafkatool

Binary file not shown.