manual tmux-mem-cpu-load, cleanup

This commit is contained in:
2025-08-03 14:05:19 +02:00
parent db6369b9b5
commit 8f596ba2c4
6 changed files with 19 additions and 264 deletions

View File

@@ -19,6 +19,7 @@ prepend_path() {
}
append_path '/usr/local/bin/busybox'
append_path ~/bin
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
@@ -116,12 +117,6 @@ esac
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
#alias grep='grep --color=auto'
#alias fgrep='fgrep --color=auto'
#alias egrep='egrep --color=auto'
fi
# colored GCC warnings and errors
@@ -146,3 +141,5 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
# tmux-mem-cpu-load