dotfiles

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

commit 16e90470f0a3905849cbbdf5fd8145cc4867e35d
parent 229722339a82e8be884728ca90b5d8eba13ba76c
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Thu,  1 Jun 2023 09:42:21 +0300

sh: // for search files from home dir

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

diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc @@ -58,6 +58,7 @@ fzf-in () { [ -f "$found" ] && $EDITOR "$found" && return } alias /=fzf-in +alias //='cd ~/; /' me () { $EDITOR $(make 2>&1 | grep '^.*\.[ch]:' | fzf | awk -F: '{printf "-c %s %s\n", $2, $1}')