python and other fixes

This commit is contained in:
Noah Masur
2022-06-21 17:51:27 -04:00
parent c4ee4cafa5
commit 85116fc8fd
7 changed files with 29 additions and 8 deletions

View File

@ -11,10 +11,9 @@
body = ''
set projdir ( \
fd \
--search-path $HOME \
--search-path $HOME/dev \
--type directory \
--hidden \
--exclude ".local/**" \
"^.git\$" \
| xargs dirname \
| fzf)

View File

@ -18,6 +18,7 @@
grw = "gh run watch";
grf = "gh run view --log-failed";
grl = "gh run view --log";
ghpr = "gh pr create && sleep 3 && gh run watch";
};
functions = {
repos = {