summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-01-29 10:38:06 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-01-29 10:38:06 +0100
commitcb12dc7400d52d8c75c600c0bd943984f603ea78 (patch)
treec1eae752c0cbe75d022b30d0fcecc7a690e7c5b2 /.zshrc
parent72efcdab938b0aa53316f784964d9e971a06b08b (diff)
downloaddotfiles-cb12dc7400d52d8c75c600c0bd943984f603ea78.tar.gz
dotfiles-cb12dc7400d52d8c75c600c0bd943984f603ea78.tar.xz
misc cleanup
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc12
1 files changed, 0 insertions, 12 deletions
diff --git a/.zshrc b/.zshrc
index dfa565b..5354b59 100644
--- a/.zshrc
+++ b/.zshrc
@@ -13,9 +13,6 @@ for _dir in $HOME/bin/extra/*(/N); do
done
export PATH=$HOME/bin:$PATH
-if [[ -d $HOME/misc/scripts ]]; then
- export PATH=${HOME}/misc/scripts:${PATH}
-fi
if [ $UID -eq 0 ]; then
export PATH=/root/bin:$PATH
fi
@@ -246,15 +243,6 @@ sv() {
vim "sudo:$1"
}
-starttls() {
- gnutls-cli --starttls --crlf "$@"
-}
-
-# always /etc/rc.d/blub is a bit too much work ;)
-rc() {
- sudo /etc/rc.d/$1 $2
-}
-
# add current time to a file
mbk() {
mv -b "${1}" "$(echo $1 | sed -r "s/(.*)(\.|$)(.*)/\1_`date +%Y-%m-%d_%H%M%S`\2\3/")"