summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-01-10 12:13:23 -0800
committerTyler Davis <tyler@gluecode.net>2024-01-10 12:13:23 -0800
commit8c954408cf093378758d262c3088fc13a69f9639 (patch)
treed2fe4e65781224a679162ef2bc1610f1a5417245 /.profile
parent75415a836a83f6898515383107caa35b49cc48c4 (diff)
downloaddotfiles-8c954408cf093378758d262c3088fc13a69f9639.tar.gz
dotfiles-8c954408cf093378758d262c3088fc13a69f9639.zip
bin: add bash3 completion
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 0 insertions, 6 deletions
diff --git a/.profile b/.profile
index d62433b..bd893ab 100644
--- a/.profile
+++ b/.profile
@@ -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