summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-03-27 19:42:40 +0100
committerFlorian Pritz <f-p@gmx.at>2009-03-27 19:42:40 +0100
commit7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b (patch)
treea287d44429de9f1f9711b7689d29af20f21e2ee3 /.zsh
parent188470d60e82ff1e36e0604ec1c330dd629c56d3 (diff)
downloaddotfiles-7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b.tar.gz
dotfiles-7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b.tar.xz
remvoed unused function
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/30functions8
1 files changed, 0 insertions, 8 deletions
diff --git a/.zsh/rc/30functions b/.zsh/rc/30functions
index 75301e9..b272d3f 100644
--- a/.zsh/rc/30functions
+++ b/.zsh/rc/30functions
@@ -205,11 +205,3 @@ youtube2mp3() {
done
}
-upload_zshrc() {
- old_pwd="$PWD"
- builtin cd "$HOME/.zsh"
- cp -rv "${HOME}/.zsh/rc" "/mnt/nevera/web/html/webseiten/florian/stuff/dotfiles/zsh/"
- cp -rv "${HOME}/.zshrc" "/mnt/nevera/web/html/webseiten/florian/stuff/dotfiles/zshrc"
- tree -fin --noreport "rc" -o "/mnt/nevera/web/html/webseiten/florian/stuff/dotfiles/zsh/filelist"
- builtin cd "$old_pwd"
-}