mirror of
https://github.com/mintycube/dotfiles.git
synced 2024-10-22 14:05:41 +02:00
fix lf
This commit is contained in:
parent
c9a9fde64e
commit
44c76af6c6
@ -173,5 +173,5 @@ fi 49;68 # FILE
|
|||||||
*.spx 00;36
|
*.spx 00;36
|
||||||
*.xspf 00;36
|
*.xspf 00;36
|
||||||
|
|
||||||
# image formats (dircolors defaults)
|
# Projects
|
||||||
~/Projects 01;32
|
~/Projects 01;32
|
||||||
|
@ -58,17 +58,15 @@ cmd fzf_search ${{
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
cmd fzf_grep ${{
|
cmd fzf_grep ${{
|
||||||
fzf-grep "$f"
|
fzf-grep "$PWD"
|
||||||
}}
|
}}
|
||||||
|
|
||||||
cmd lazygit ${{
|
cmd lazygit ${{
|
||||||
lazygit
|
lazygit
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
||||||
cmd live_server ${{
|
cmd live_server ${{
|
||||||
killall live-server
|
setsid -f live-server "$PWD"
|
||||||
setsid -f live-server "$f"
|
|
||||||
}}
|
}}
|
||||||
|
|
||||||
cmd ff $ff "$(echo $*)"
|
cmd ff $ff "$(echo $*)"
|
||||||
|
Loading…
Reference in New Issue
Block a user