Removing steam alias and fixing screenshot dir

This commit is contained in:
Siina Mashek 2022-07-05 09:53:27 +03:00
parent d9d1d181fb
commit c048f77717

View File

@ -5,7 +5,7 @@ export PATH="$HOME/.local/bin:$PATH"
export VIMINIT="source $HOME/.config/vim/vimrc"
# Let's set up our personal routes
export SCREENSHOT_DIR="/data/hdd/screenshots"
export SCREENSHOT_DIR="/mnt/storage/screenshots"
# Let's get some private environment vars
source $HOME/.profile.private
@ -15,5 +15,4 @@ LESSHISTFILE=-
alias ls="ls -h --color=auto"
alias myip="curl https://ifconfig.co"
alias steam="HOME=/games steam"
alias wget="wget --hsts-file $HOME/.cache/wget/hsts"