mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .local/bin/start_coding.sh
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -path '.*' | wofi -dmenu)
|
dir=$(find ~/Dokumenty/kodowanie/ -maxdepth 2 -type d ! -path '.*' | fzf)
|
||||||
|
|
||||||
if [[ -n $dir ]]; then
|
if [[ -n $dir ]]; then
|
||||||
echo "You choose $dir"
|
echo "You choose $dir"
|
||||||
|
|||||||
Reference in New Issue
Block a user