diff --git a/nushell/config.nu b/nushell/config.nu index b277766..c0b6c92 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -147,7 +147,7 @@ def gpsup [] { git push --set-upstream origin (git rev-parse --abbrev-ref HEAD) # ssh completion def _ssh_hosts [] { - open .ssh/config + open ~/.ssh/config | lines | find -ir "host " | each { $in | split row " " | get 1 }