diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 12:54:29 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-03-23 12:54:29 +0100 |
| commit | 573ba6c815f092012e8f2f13649e5d689cb74308 (patch) | |
| tree | 5066972ad227f402e52658d1d00c5cc1e237a6eb | |
| parent | f0e047b0674817c3fba38386a151c0b2ed620f50 (diff) | |
bash: Use Unicode code
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# If not running interactively, don't do anything +# If not running interactively, don’t do anything [[ $- != *i* ]] && return [[ -f /etc/bashrc ]] && . /etc/bashrc |