diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | ves-var-add.sh (renamed from ves-append-var.sh) | 0 | ||||
| -rw-r--r-- | ves-var-rm.sh | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -69,13 +69,13 @@ related to adding and removing elements from these variables. To add an entry to a path-like variable, ```bash -$ ves add <variable> <value> +$ ves var-add <variable> <value> ``` will prepend `<value>:` to the specified variable. To remove an entry from a path-like variable, ```bash -ves rm <variable> <value> +ves var-rm <variable> <value> ``` will remove `<value>:` from a path-like variable, if it is present. diff --git a/ves-append-var.sh b/ves-var-add.sh index 1a24852..1a24852 100644 --- a/ves-append-var.sh +++ b/ves-var-add.sh diff --git a/ves-var-rm.sh b/ves-var-rm.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/ves-var-rm.sh @@ -0,0 +1 @@ +#!/bin/sh |