added extra configurations

This commit is contained in:
davidovski 2021-12-05 13:44:24 +00:00
parent d2d7738d65
commit bcdb3419af
13 changed files with 30 additions and 12 deletions

3
scripts/fzf_menu.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
file=$(fzf $@)
xdg-open $file &