mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
adds edit-ssh-config function
This commit is contained in:
5
zsh/config/functions/edit-ssh-config
Executable file
5
zsh/config/functions/edit-ssh-config
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
function edit-ssh-config() {
|
||||
ansible-vault edit "$DOTFILES/ssh/config"
|
||||
}
|
||||
Reference in New Issue
Block a user