Commits


Shorten prompt


Merge branch 'master' of ssh://github.com/thexhr/config


bashrc - Update HISTFILE size


bashrc - Make PS1 generation a bit more modular


Merge branch 'master' of ssh://github.com/thexhr/config Conflicts: .aliasrc


bashrc - Set selection for pass password-manager


Merge branch 'master' of ssh://github.com/thexhr/config


bashrc - Remove umask entry Created more harm than good


bashrc - add git completion


bashrc - Various updates * Fix a bug in my colored PS1 * Remove dynamic stuff from PS1 * Remove lesspipe


bashrc - Add actual time in cyan


bashrc - Add space to PS1 and remove duplicate ! in root's PS1


bashrc - set XDG variables


Merge branch 'master' of github.com:thexhr/config


bashrc - Remove unused variable


Move sshopen function to .functions and raise timeout to two days


bashrc - Add git completion functions


bashrc - remove xset call from bashrc


bashrc - Add awesome mark/jump stuff from http://jeroenjanssens.com/2013/08/16/quickly-navigate-your-filesystem-from-the-command-line.html


bashrc - functions moved to another file so source here


bashrc - Rewrite sshopen function - Replace ugly ls hack with find - Readd missing sed line


bashrc - Add two function from Arch wiki


bashrc - change cds function to ls -la and set umask


bashrc - Replace alias with function The function sucks all keys in instead of only the default one.


bashrc - Add cds function