mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 06:51:58 +01:00
added ke kx aliases
This commit is contained in:
parent
e0571f6657
commit
fbee3bfa32
4
roles/fish/files/fish/cli/functions/ke.fish
Normal file
4
roles/fish/files/fish/cli/functions/ke.fish
Normal file
@ -0,0 +1,4 @@
|
||||
# Defined in - @ line 1
|
||||
function ke --description 'alias kubens=ke'
|
||||
kubens $argv;
|
||||
end
|
4
roles/fish/files/fish/cli/functions/kx.fish
Normal file
4
roles/fish/files/fish/cli/functions/kx.fish
Normal file
@ -0,0 +1,4 @@
|
||||
# Defined in - @ line 1
|
||||
function kx --description 'alias kubectx=kx'
|
||||
kubectx $argv;
|
||||
end
|
Loading…
Reference in New Issue
Block a user