dotfiles

My configuration files.
Log | Files | Refs | README

commit 39bddd67cb333498cf48099da6cd0e1e598c5824
parent a735a17445903bd089badc3c6aaa466a42a08db9
Author: Sven Möller <sven@svenmoeller.xyz>
Date:   Mon, 30 May 2022 21:01:54 +0200

Made some changes

Diffstat:
Mbash/.bashrc | 22+++-------------------
1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/bash/.bashrc b/bash/.bashrc @@ -27,27 +27,11 @@ alias w3m="w3m -B" alias search="surfraw search" alias t="todo.sh" -if [ "$TERM" = "linux" ]; then -# 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 -# echo -en "\e]P4324c80" #darkblue -# echo -en "\e]P5706c9a" #darkmagenta -# echo -en "\e]P692b19e" #darkcyan -# echo -en "\e]P7ffffff" #lightgray -# echo -en "\e]P8222222" #darkgray -# echo -en "\e]P9982b2b" #red -# echo -en "\e]PA89b83f" #green -# echo -en "\e]PBefef60" #yellow -# echo -en "\e]PC2b4f98" #blue -# echo -en "\e]PD826ab1" #magenta -# echo -en "\e]PEa1cdcd" #cyan -# echo -en "\e]PFdedede" #white -> this is the foreground color as well. -# clear #repaint the whole background with the new color - +if [ -z "$DISPLAY" ]; then export BROWSER="w3m" export DOCVIEWER="jfbview --zoom_to_fit" export PICVIEWER="mpv --loop-file=inf --really-quiet" export TERMINAL="tmux new-window" + + export SFEED_PLUMBER_INTERACTIVE="1" fi