diff options
| author | TCCQ <thomasmulmer02@gmail.com> | 2024-09-14 10:46:04 -0700 |
|---|---|---|
| committer | TCCQ <thomasmulmer02@gmail.com> | 2024-09-14 10:46:04 -0700 |
| commit | d3868c3b22267c68fae856d704e01302c7ac028f (patch) | |
| tree | 76208b2a8a500e6fe8ad6d8d5bd8cb0fb2789db2 /.bashrc | |
| parent | 0631321fb40df9673cd1f3b17c1a8155f57615f6 (diff) | |
small fixes
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ shopt -s checkwinsize #shopt -s globstar # make less more friendly for non-text input files, see lesspipe(1) -[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" +# [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # set variable identifying the chroot you work in (used in the prompt below) if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then |
