From 0f325f4511df576c6c82bcf244799413e91ce85c Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 6 Nov 2014 17:15:39 +0100 Subject: Multiple monitors --- bash/.bashrc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index ee01ef2..d211082 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -6,8 +6,18 @@ [[ $- != *i* ]] && return alias ls='ls --color=auto' + +cd() { + builtin cd "$@" && ls -A +} + +pacaur() { + env pacman_program="pacaur" /usr/bin/pacmatic "$@" +} + #PS1='[\u@\h \W]\$ ' PS1='[\d][\t]\u on \h\n\w => ' + source liquidprompt archey -- cgit v1.2.3