This commit is contained in:
mintycube 2024-04-27 21:01:42 +05:00
parent c9a9fde64e
commit 44c76af6c6
2 changed files with 3 additions and 5 deletions

View File

@ -173,5 +173,5 @@ fi 49;68 # FILE
*.spx 00;36
*.xspf 00;36
# image formats (dircolors defaults)
# Projects
~/Projects 01;32

View File

@ -58,17 +58,15 @@ cmd fzf_search ${{
}}
cmd fzf_grep ${{
fzf-grep "$f"
fzf-grep "$PWD"
}}
cmd lazygit ${{
lazygit
}}
cmd live_server ${{
killall live-server
setsid -f live-server "$f"
setsid -f live-server "$PWD"
}}
cmd ff $ff "$(echo $*)"