Fix bashrc in tty

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-04-25 22:38:06 -04:00
parent 10eb443874
commit 150b512144
No known key found for this signature in database
GPG Key ID: C8F7E7CA91BCBA64
3 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,7 @@
# Source prompt
. ~/.prompt
# Source other files
[ -r ~/.prompt ] && . ~/.prompt
[ -r ~/.devspec ] && . ~/.devspec
. $COLORS
[ -r ~/.config/isotope.dark ] && . ~/.config/isotope.dark
# History stuff
export HISTCONTROL=ignoredups:erasedups

View File

@ -5,11 +5,9 @@ if [[ "$SXMO_WM" ]]; then
COPY_COMMAND="wl-copy"
PASTE_COMMAND="wl-paste"
WIFI=wlan0
COLORS=~/.config/sxmo/isotope.dark
elif DISPLAY=:0 xrandr &>/dev/null; then
else
UPDATE="apt update && apt upgrade && apt autoremove"
COPY_COMMAND="xclip -i -selection clipboard"
PASTE_COMMAND="xclip -o"
WIFI=wlp2s0
COLORS=~/.config/isotope.dark
fi