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

@ -4,8 +4,3 @@
pip install pipx ansible pip install pipx ansible
ansible-playbook --ask-become-pass ansible/main.yml ansible-playbook --ask-become-pass ansible/main.yml
dotter dotter
```
```
```

View file

@ -1 +0,0 @@
Not Found

View file

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