diff options
| -rw-r--r-- | mkshrc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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" |
