Updated quassel sender colour and updated .profile
This commit is contained in:
parent
889a388167
commit
550177f048
|
@ -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;
|
||||
|
|
6
profile
6
profile
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue