diff options
Diffstat (limited to '')
-rw-r--r-- | .bashrc_git | 4 | ||||
-rw-r--r-- | .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' +} |