mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 20:57:16 +02:00
added an alias and a mount for nvme
This commit is contained in:
@@ -56,7 +56,11 @@ declare -A MOUNTS6=(
|
||||
[share]='pictures'
|
||||
[mount]='pictures'
|
||||
)
|
||||
|
||||
declare -A MOUNTS7=(
|
||||
[server]="$MY_SERVER_LOCATION"
|
||||
[share]='nvme1'
|
||||
[mount]='nvme1'
|
||||
)
|
||||
# declare array with "objects"
|
||||
declare -n MOUNTS
|
||||
|
||||
|
Reference in New Issue
Block a user