2020-12-12 22:45:14 -08:00
|
|
|
#
|
|
|
|
# ~/.bashrc
|
|
|
|
|
2021-10-15 09:15:30 -07:00
|
|
|
|
|
|
|
if [ -d "$HOME/.local/bin" ] ; then
|
|
|
|
PATH="$PATH:$HOME/.local/bin"
|
|
|
|
fi
|
|
|
|
|
|
|
|
export PATH=$PATH:~/.local/bin
|
2020-12-12 22:45:14 -08:00
|
|
|
alias lol="sudo sh -c 'sysctl -w abi.vsyscall32=0'"
|
|
|
|
alias dired="emacsclient -c -nw -a '' --eval '(dired nil)'"
|
|
|
|
alias update-grub="sudo grub-mkconfig -o /boot/grub/grub.cfg"
|
|
|
|
alias update-xmonad="yay -S xmonad-git xmonad-contrib-git xmobar-git"
|
|
|
|
alias git-python='/usr/bin/git --git-dir=$HOME/devel/python/python-bits-and-bobs --work-tree=$HOME/devel/python'
|
2020-12-19 15:53:37 -08:00
|
|
|
alias rm='echo "This is not the command you are looking for."; false'
|
|
|
|
alias tp='trash-put'
|
|
|
|
alias te='trash-empty'
|
|
|
|
alias tl='trash-list'
|
|
|
|
alias tre='trash-restore'
|
|
|
|
alias tpm='trash-rm'
|
|
|
|
alias mpv='mpv --title="mpv"'
|