Files
.gitconfig
.vimrc
.zprofile
.zshrc
README.md
cdbm
install.sh
root_screen.png
root_screen_original.png
setup.sh
user_screen.png
user_screen_original.png
vi_screen.png
vi_screen_original.png
dotfiles/.zprofile

16 lines
289 B
Bash

alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'"
export BASH_SILENCE_DEPRECATION_WARNING=1
pb() {
echo "$1" | nc pb.24unix.net 9999
}
export EDITOR='vim'
export PATH=/usr/local/libexec/gnubin:$PATH
alias ls="ls --color=auto"