dotfiles

My configuration files.
Log | Files | Refs | README

commit dd1173748f979c50691fefa342def181b13e3f39
parent 224ce370f10db993247c8239d2523feaa704e6a1
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Sun, 29 May 2022 14:53:34 +0200

Config

Diffstat:
Mbash/.bashrc | 2+-
Mbash/.profile | 1+
Mnvim/.config/nvim/init.vim | 2--
Mtodo/.config/todo/config | 1-
4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -28,7 +28,7 @@ alias search="surfraw search" alias t="todo.sh" if [ "$TERM" = "linux" ]; then -# echo -en "\e]P0222222" #black -> this is the background color as well. +# echo -en "\e]P0000000" #black -> this is the background color as well. # echo -en "\e]P1803232" #darkred # echo -en "\e]P25b762f" #darkgreen # echo -en "\e]P3aa9943" #brown diff --git a/bash/.profile b/bash/.profile @@ -13,6 +13,7 @@ setleds -D +num 2> /dev/null if [ -z "$TMUX" ]; then if [ -z "$SSH_TTY" ]; then + export TERM=linux-16color tmux new -AD else tmux new -AD && exit diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim @@ -10,5 +10,3 @@ set number set list listchars=tab:>-,lead:.,trail:.,space:. set copyindent set colorcolumn=80 - -highlight Visual ctermbg=7 ctermfg=0 diff --git a/todo/.config/todo/config b/todo/.config/todo/config @@ -1,7 +1,6 @@ # === EDIT FILE LOCATIONS BELOW === # Your todo.txt directory (this should be an absolute path) -#export TODO_DIR="/Users/gina/Documents/todo" export TODO_DIR="/mnt/webdav/Sven Möller/Documents" # Your todo/done/report.txt locations