From ef2ec58d3df452ff0807beacda0bbd363371cbd2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 15 Jul 2016 03:29:15 +0300 Subject: move Netwrix-specific stuff to .bashrc_netwrix --- .bashrc_git | 4 ---- .bashrc_netwrix | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bashrc_git b/.bashrc_git index dc51b40..cfc1c9c 100644 --- a/.bashrc_git +++ b/.bashrc_git @@ -44,7 +44,3 @@ backup_repo() ( backup_repo_dropbox() { backup_repo "$USERPROFILE/Dropbox/backups" } - -backup_repo_nwx() { - backup_repo '//spbfs02/P/Personal/Egor Tensin' -} diff --git a/.bashrc_netwrix b/.bashrc_netwrix index 0a8a2a4..a7bf8dc 100644 --- a/.bashrc_netwrix +++ b/.bashrc_netwrix @@ -16,3 +16,7 @@ lint_webapi() ( doslint "$path" done ) + +backup_repo_nwx() { + backup_repo '//spbfs02/P/Personal/Egor Tensin' +} -- cgit v1.2.3