1
0
Fork 0

rename g_reset and g_undo_reset fish functions to gr and gur

This commit is contained in:
cătălin 2024-09-17 11:53:51 +02:00
commit f2e29f50b4
No known key found for this signature in database
3 changed files with 2 additions and 8 deletions

View file

@ -60,7 +60,7 @@ function fish_right_prompt
echo -e -n -s $k8s_color "($k8s_context)"
end
function g_reset
function gr
if not set -q argv[1]
set argv[1] 1
end
@ -68,7 +68,7 @@ function g_reset
git reset "HEAD~$argv[1]"
end
function g_undo_reset
function gur
if not set -q argv[1]
set argv[1] 1
end