mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
python and other fixes
This commit is contained in:
@ -11,10 +11,9 @@
|
||||
body = ''
|
||||
set projdir ( \
|
||||
fd \
|
||||
--search-path $HOME \
|
||||
--search-path $HOME/dev \
|
||||
--type directory \
|
||||
--hidden \
|
||||
--exclude ".local/**" \
|
||||
"^.git\$" \
|
||||
| xargs dirname \
|
||||
| fzf)
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user