added custom functions dir in .config
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
custom_func_dir=$HOME/.config/custom_functions
|
||||
for f in $custom_func_dir/*; do source $f; done
|
||||
|
||||
function connectToStorageVM() {
|
||||
ssh alex@173.212.206.52
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user