dotfiles/profile

26 lines
647 B
Plaintext
Raw Normal View History

# The city's finest exports!
2023-01-07 16:12:59 +02:00
export GIT_EDITOR="nvim"
2022-05-01 10:25:06 +03:00
export GPG_TTY=$(tty)
export PATH="$HOME/.local/bin:$PATH"
# Let's set up our personal routes
hostname=$(hostname)
if [ "$hostname" = apsalar ]; then
dir="/mnt/storage/screenshots"
elif [ "$hostname" = hetan ]; then
dir="$HOME/Screenshots"
fi
export SCREENSHOT_DIR="$dir"
2022-05-01 10:25:06 +03:00
# Let's get some private environment vars
source $HOME/.profile.private
# Let's keep $HOME clean
LESSHISTFILE=-
alias ls="ls -h --color=auto"
alias myip="curl https://ifconfig.co"
2023-01-17 12:25:23 +02:00
alias vim="nvim $@"
alias wget="wget --hsts-file $HOME/.cache/wget/hsts"
2023-01-03 10:47:32 +02:00
alias woodpecker="$HOME/.local/bin/woodpecker --log-level=''"