merge
This commit is contained in:
9
alpine/.bashrc
Normal file
9
alpine/.bashrc
Normal file
@@ -0,0 +1,9 @@
|
||||
# ~/.bashrc
|
||||
|
||||
echo "command: mount_volume <volume>"
|
||||
echo "alias: set_dev"
|
||||
|
||||
set_dev() {
|
||||
export HOSTS_FILE="dev"
|
||||
echo "HOSTS_FILE set to: $HOSTS_FILE"
|
||||
}
|
||||
Reference in New Issue
Block a user