dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit d8f458e0ed3d1d593b948e504392a001b0e1aaf3
parent 10a746522e5338c20a8a5618d1744483b8ba217d
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Fri,  8 Mar 2024 20:41:01 +0300

sh: rename jproject to jp

Diffstat:
Msh/.config/ksh/kshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -67,7 +67,7 @@ me () { $EDITOR $(make 2>&1 | grep '^.*\.[ch]:' | fzf | awk -F: '{printf "-c %s %s\n", $2, $1}') } -jproject () { +jp () { projects=$(find ~/project/ -type d -maxdepth 1 -mindepth 1 ! -name konyahin) personal=$(find ~/project/konyahin -type d -maxdepth 1 -mindepth 1) selected=$(echo "$projects" "$personal" | fzf)