Add eik function
This commit is contained in:
parent
eddab2ca38
commit
f80c3e7101
1 changed files with 4 additions and 0 deletions
|
@ -21,4 +21,8 @@ function save-ssh-key() {
|
|||
mv "$1.pub" "$HOME/.ssh/${1}_${2}.pub"
|
||||
}
|
||||
|
||||
function eik() {
|
||||
kitten edit-in-kitty "$1"
|
||||
}
|
||||
|
||||
# vim: filetype=zsh
|
||||
|
|
Loading…
Reference in a new issue