mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:59:55 -06:00
updates to bash settings
This commit is contained in:
9
.bashrc
9
.bashrc
@@ -1,3 +1,12 @@
|
||||
# Test for an interactive shell. There is no need to set anything
|
||||
# past this point for scp and rcp, and it's important to refrain from
|
||||
# outputting anything in those cases.
|
||||
if [[ $- != *i* ]] ; then
|
||||
# Shell is non-interactive. Be done now!
|
||||
return
|
||||
fi
|
||||
|
||||
|
||||
# came from Aaron Lasseigne (AaronLasseigne on GitHub)
|
||||
battery_status()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user