2020-12-12 22:45:14 -08:00
|
|
|
#
|
|
|
|
# ~/.bashrc
|
|
|
|
#
|
|
|
|
|
|
|
|
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"'
|
2020-12-12 22:45:14 -08:00
|
|
|
|
|
|
|
alias dot='/usr/bin/git --git-dir=$HOME/.dots --work-tree=$HOME'
|
|
|
|
dot config --local status.showUntrackedFiles no
|
|
|
|
|
|
|
|
|
2020-12-19 15:53:37 -08:00
|
|
|
#export PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
|
|
|
|
#export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
2020-12-12 22:45:14 -08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If not running interactively, don't do anything
|
|
|
|
[[ $- != *i* ]] && return
|
|
|
|
|
|
|
|
alias ls='ls --color=auto'
|
|
|
|
PS1='[\u@\h \W]\$ '
|
|
|
|
|
|
|
|
#xsetroot -cursor_name left_ptr
|
|
|
|
|
|
|
|
|
|
|
|
|