summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
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"
-}