diff options
-rw-r--r-- | .zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -387,8 +387,8 @@ setopt no_clobber setopt inc_append_history setopt no_bg_nice setopt share_history -setopt bang_hist -setopt extended_history +#setopt bang_hist +setopt no_extended_history #setopt hist_reduce_blanks setopt hist_ignore_space setopt hist_find_no_dups @@ -473,6 +473,7 @@ alias nossh='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' alias noscp='scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' alias sshpw="ssh -S none -o PubkeyAuthentication=no" alias nosshpw="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -S none -o PubkeyAuthentication=no" +alias ssh-copy-id="ssh-copy-id -o ControlPath=none" alias callgrind='valgrind --tool=callgrind' alias vgfull='valgrind --leak-check=full --show-reachable=yes' |