Skip to content

Commit

Permalink
Rename rm_hosts to rm-known-host
Browse files Browse the repository at this point in the history
  • Loading branch information
pecigonzalo committed May 5, 2020
1 parent fa05a89 commit d6e21af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gitclean() {
}

# Remove entry from hosts
rm_hosts() {sed -i "$($arg1)d" ~/.ssh/known_hosts}
rm-known-host() {sed -i "$($arg1)d" ~/.ssh/known_hosts}

# ExplainShell on CLI
explain() {
Expand Down

0 comments on commit d6e21af

Please sign in to comment.