diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-09-05 12:50:38 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-09-05 12:50:38 +0200 |
| commit | 56e78b346116ee9b86237157a43fc7aaa397cde7 (patch) | |
| tree | a818802be7b7fe9aeb90d73ab2fd2a4b6cf6d742 | |
| parent | 3768c6b65bbaad57265001080f3864156444927b (diff) | |
Slight rewording in the :dolphin command
| -rwxr-xr-x | rc/connect/modules/dolphin/commands/:dolphin | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rc/connect/modules/dolphin/commands/:dolphin b/rc/connect/modules/dolphin/commands/:dolphin index 7c3de43..65e53bc 100755 --- a/rc/connect/modules/dolphin/commands/:dolphin +++ b/rc/connect/modules/dolphin/commands/:dolphin @@ -7,10 +7,7 @@ # Dolphin does not honor the current working directory, # and opens in the home directory. -# Mitigate the need to explicitely: -# -# dolphin . -# +# Mitigate the need to explicitely type `dolphin` with the current path: if [ $# = 0 ]; then set -- '.' fi |
