diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-15 03:29:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-15 03:29:15 +0300 |
commit | ef2ec58d3df452ff0807beacda0bbd363371cbd2 (patch) | |
tree | 0f037b90ef755319803f45138dd383e7c00a9596 /.bashrc_netwrix | |
parent | merge .vimrc from the upstream (diff) | |
download | linux-home-ef2ec58d3df452ff0807beacda0bbd363371cbd2.tar.gz linux-home-ef2ec58d3df452ff0807beacda0bbd363371cbd2.zip |
move Netwrix-specific stuff to .bashrc_netwrix
Diffstat (limited to '')
-rw-r--r-- | .bashrc_netwrix | 4 |
1 files changed, 4 insertions, 0 deletions
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' +} |