summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-06-16 15:28:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-06-16 15:28:07 +0200
commit72a4bb4c39fd04cb6562bcdef7a2adad518b01b7 (patch)
tree7e9a61295bcd844847418d4ef30bd693fbec277c
parent1931d0c57063f5703f96c63fe04e76caa13ad5b1 (diff)
downloaddotfiles-72a4bb4c39fd04cb6562bcdef7a2adad518b01b7.tar.gz
dotfiles-72a4bb4c39fd04cb6562bcdef7a2adad518b01b7.tar.xz
zshrc: new ssh aliases; xinitrc: fix time location for 1200px screen
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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'