diff options
author | Alan Pearce | 2014-04-12 09:55:55 +0100 |
---|---|---|
committer | Alan Pearce | 2014-04-12 09:55:55 +0100 |
commit | cb1f29d5616c9d35555114bc39d92167b92c0b88 (patch) | |
tree | 0e41672f60dc4ff3a0d677a33bbd669670d5f9bb | |
parent | dd8e8706a3e350b9109cb3801b0bbaf640182fdd (diff) | |
download | dotfiles-cb1f29d5616c9d35555114bc39d92167b92c0b88.tar.lz dotfiles-cb1f29d5616c9d35555114bc39d92167b92c0b88.tar.zst dotfiles-cb1f29d5616c9d35555114bc39d92167b92c0b88.zip |
zsh: Remove old hosts from completion array
-rwxr-xr-x | zsh/interactive.zsh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/interactive.zsh b/zsh/interactive.zsh index f047f21..365214c 100755 --- a/zsh/interactive.zsh +++ b/zsh/interactive.zsh @@ -24,11 +24,6 @@ hosts=( prefect alanpearce.co.uk home.alanpearce.co.uk - lethalrocks.uk.to - alphapulsar.uk.to - st.alphapulsar.uk.to - a.st.alphapulsar.uk.to - st ) users=(alan root toor) |