Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

autocomplete wrapper



i have wrappers around commands such as:
sshs () {
    ssh $@ -t screen -ddR
}

But autocomplete doesn't work with them as it does with the actual
command - what's the easiest way to fix this?



Messages sorted by: Reverse Date, Date, Thread, Author