aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkshrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/mkshrc b/mkshrc
index 892fea2..28bfd56 100644
--- a/mkshrc
+++ b/mkshrc
@@ -138,6 +138,7 @@ setaliases() {
alias search='egrep -rniI'
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
alias setxkbmap-list="man xkeyboard-config"
+ alias showsshhosts="awk '/^host /{print $2}' ~/.ssh/config"
}
setcoloraliases() {
@@ -378,10 +379,6 @@ pullkeys() {
chmod 600 $auth_keys
set +x
}
-pullsshconfig() {
- file="ssh/config"
- pull -u "${UPDATE_URL}${file}" -f "$HOME/.ssh/config"
-}
updatetmuxconf() {
pulldotfile "tmux.conf"
pulldotfile "tmux_helper.sh"