summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.xinitrc2
-rw-r--r--.zshrc2
2 files changed, 3 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 293f7c4..97b6376 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -36,7 +36,7 @@ autostart () {
#liferea &
zim &
clipit &
- $HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1040 -f "xft:DejaVu Sans:size=10"
+ $HOME/git/thetime/src/thetime -t "%F %H:%M:%S" -p 1921,1160 -f "xft:DejaVu Sans:size=10"
}
# WM
diff --git a/.zshrc b/.zshrc
index ff49712..b946ca3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -501,6 +501,8 @@ alias su='su -'
# too long to remember
alias asciidoc_full='asciidoc -a icons -a toc -a linkcss -a quirks!'
alias nossh='ssh -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"
# other random aliases
alias ☠='pkill -9'