Remove bloat

This commit is contained in:
josh
2018-08-23 15:56:42 +03:00
parent 8f9daaeee4
commit 15d8911b9e
31 changed files with 0 additions and 702 deletions

15
.bashrc
View File

@@ -1,15 +0,0 @@
[[ $- != *i* ]] && return
unset HISTFILE
export LESSHISTFILE=-
export PYTHONSTARTUP=~/.pythonrc
export XAUTHORITY=~/.cache/.Xauthority
alias ls='ls --color=auto'
alias diff='diff --color=auto'
alias grep='grep --color=auto'
alias installed_packages='comm -23 <(pacman -Qeq | sort) <(pacman -Qgq base base-devel | sort)'
alias unused_packages='pacman -Qtdq'
PS1='\u@\h:\w \$ '