diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-01-10 12:13:23 -0800 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-01-10 12:13:23 -0800 |
commit | 8c954408cf093378758d262c3088fc13a69f9639 (patch) | |
tree | d2fe4e65781224a679162ef2bc1610f1a5417245 /.profile | |
parent | 75415a836a83f6898515383107caa35b49cc48c4 (diff) | |
download | dotfiles-8c954408cf093378758d262c3088fc13a69f9639.tar.gz dotfiles-8c954408cf093378758d262c3088fc13a69f9639.zip |
bin: add bash3 completion
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -89,7 +89,6 @@ else export VISUAL="vim" fi - # Ensure less always uses the one-page, raw control characters, and no-init settings export LESS=FRX # Defaults @@ -123,11 +122,6 @@ if [ "$(command -v ncdu)" ]; then alias ncdu="ncdu --color=off" fi -if [ "$(command -v btm)" ]; then - alias btm="btm -m -l --mem_as_value " -fi - - # Must put these after OSX setup so brew is part of the $PATH # Colima / Podman if [ $(command -v colima) ]; then |