Updated quassel sender colour and updated .profile

This commit is contained in:
Siina Mashek 2022-03-13 08:44:40 +02:00
parent 889a388167
commit 550177f048
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
// Sender Colors
Palette {
sender-color-self: #000000;
sender-color-self: #767676;
sender-color-00: #cc0000;
sender-color-01: #006cad;
sender-color-02: #4d9900;

View File

@ -4,8 +4,10 @@ export PATH="$PATH:$HOME/.local/bin"
#export TERM=xterm-256color # Fixes ssh since I use alacritty and it sets the TERM to its name
export VIMINIT="source $HOME/.config/vim/vimrc"
# Let's set up our personal routes
export SCREENSHOT_DIR="/data/hdd/screenshots"
alias ls="ls -h --color=auto"
alias myip="curl https://ifconfig.co"
alias steam="HOME=${HOME}/Games/steam steam"
alias steam="HOME=/games steam"
alias wget="wget --hsts-file $HOME/.cache/wget/hsts"