2022-01-26 23:40:52 +02:00
|
|
|
# The city's finest exports!
|
|
|
|
export GIT_EDITOR="vim"
|
|
|
|
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"
|
|
|
|
|
2022-03-13 08:44:40 +02:00
|
|
|
# Let's set up our personal routes
|
|
|
|
export SCREENSHOT_DIR="/data/hdd/screenshots"
|
|
|
|
|
2022-01-26 23:40:52 +02:00
|
|
|
alias ls="ls -h --color=auto"
|
|
|
|
alias myip="curl https://ifconfig.co"
|
2022-03-13 08:44:40 +02:00
|
|
|
alias steam="HOME=/games steam"
|
2022-01-26 23:40:52 +02:00
|
|
|
alias wget="wget --hsts-file $HOME/.cache/wget/hsts"
|