diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-08 03:01:10 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-08 03:01:10 +0100 |
| commit | 08452a1e2670061564d52a51487b9a3880e10d44 (patch) | |
| tree | ec8bcc559f2502871f9bab2199b1c7053611b6c6 /.profile | |
| parent | 5928f79f1f0c9741ca80c11d461214aa2f5590e9 (diff) | |
profile: drop explicit TERM
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.profile b/.profile index e4cca20..47e7b2e 100644 --- a/.profile +++ b/.profile @@ -50,8 +50,6 @@ fi . "$HOME/.config/sway/env" -# set terminfo entry to use -export TERM=foot # Parallel portage export NUMCPUS=$(nproc) export NUMCPUSplusone=$((NUMCPUS + 1)) |