dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 95a4a7a68c399073ba13b48af4904525a3e7caa2
parent a854da24b7ba7c90b5bb7b3b3dc8a1c192d6173a
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 19 Apr 2015 10:00:18 -0700

Bash: Add cpls alias to clear screen, pwd, and ls all at once

Diffstat:
bashrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bashrc b/bashrc @@ -118,6 +118,7 @@ alias rm='rm -i' # shortcuts alias sb='source ~/.bashrc' alias cls='clear; ls' +alias cpls='clear; pwd; ls' alias cmon='sudo "$BASH" -c "$(history -p !!)"' alias emacs='emacs --no-window-system' alias t='todoium'