From 24a2925ca8a338c8eb09a1407b9c9c8b443bb7a0 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 14 Aug 2020 15:10:38 -0400 Subject: .vimrc: Add dash Use exit instead of exec, some environment variable do not pass. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 4e10fed..8e40402 100644 --- a/.bashrc +++ b/.bashrc @@ -80,6 +80,7 @@ alias alsamixer='alsamixer -V all' alias archey3="archey3 --config=~/.config/archey3.cfg" alias audacity='PULSE_LATENCY_MSEC=30 audacity' alias colortest='msgcat --color=test' +alias dash='PS1="$ " dash' alias diceware='diceware -d " "' alias dict='dict -h localhost' alias dmesg='dmesg -e' @@ -95,6 +96,7 @@ alias mocp='mocp -M $XDG_CONFIG_HOME/moc' alias pacman='sudo pacman' alias rangerinf='while true; do ranger; done' alias rofi='rofi -cache-dir $XDG_DATA_HOME' +alias sh='dash' alias tidy='tidy -config $HOME/.config/tidy.conf' alias wavemon='sudo wavemon' alias wget='wget --hsts-file $HOME/.cache/wget.history' -- cgit v1.2.3