rename g_reset and g_undo_reset fish functions to gr and gur
This commit is contained in:
parent
bcb3982564
commit
f2e29f50b4
3 changed files with 2 additions and 8 deletions
|
|
@ -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
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Not Found
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue