diff options
author | Florian Pritz <f-p@gmx.at> | 2009-03-27 19:42:40 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-03-27 19:42:40 +0100 |
commit | 7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b (patch) | |
tree | a287d44429de9f1f9711b7689d29af20f21e2ee3 | |
parent | 188470d60e82ff1e36e0604ec1c330dd629c56d3 (diff) | |
download | dotfiles-7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b.tar.gz dotfiles-7e97fd9c09d4a6c0ce1061976c7d1c0708977e9b.tar.xz |
remvoed unused function
-rw-r--r-- | .zsh/rc/30functions | 8 |
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" -} |