Removing steam alias and fixing screenshot dir
This commit is contained in:
parent
d9d1d181fb
commit
c048f77717
3
profile
3
profile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue