diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-09-07 03:57:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-07 03:57:53 +0200 |
| commit | da129e8dc705eb2fc71aba1f976f27fb66429160 (patch) | |
| tree | d43709ec26725e93976a1911df9acb3f64bb24b9 /rc | |
| parent | 49b47844e958c3594e61e1249444796a7eea7aac (diff) | |
Slight style change
Diffstat (limited to 'rc')
| -rwxr-xr-x | rc/connect/modules/dolphin/commands/:dolphin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/connect/modules/dolphin/commands/:dolphin b/rc/connect/modules/dolphin/commands/:dolphin index 65e53bc..48d12e7 100755 --- a/rc/connect/modules/dolphin/commands/:dolphin +++ b/rc/connect/modules/dolphin/commands/:dolphin @@ -7,7 +7,7 @@ # Dolphin does not honor the current working directory, # and opens in the home directory. -# Mitigate the need to explicitely type `dolphin` with the current path: +# Mitigate the need to explicitely type `dolphin` with the current path. if [ $# = 0 ]; then set -- '.' fi |
