added pre-loging config

This commit is contained in:
Sheppy
2016-11-04 16:19:39 +01:00
parent 8d5d4dfc4a
commit 42c8fc37b5
5 changed files with 37 additions and 0 deletions

1
zshrc
View File

@@ -62,6 +62,7 @@ alias zshconf="vim ~/.zshrc"
#ambigious aliases
alias dual="xrandr --output DVI-I-2 --right-of DVI-I-1"
alias shutown="/sbin/poweroff"
#aliases migrated from bashrc
alias spc='gcc -std=c99 -pedantic -Wall -Werror -D_XOPEN_SOURCE=700 -o'