summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2019-02-04 12:30:19 -0800
committerMike Crute <crutem@amazon.com>2019-02-04 12:30:19 -0800
commitc35608e95583a89c849e9a122341d10e58b43c5e (patch)
tree6cd7716dc5993130a19ec348662b3419b6528179 /.bashrc
parent741ead8c331ccbc39b0f4d3c40b81f7b2a3b457c (diff)
downloaddotfiles-c35608e95583a89c849e9a122341d10e58b43c5e.tar.bz2
dotfiles-c35608e95583a89c849e9a122341d10e58b43c5e.tar.xz
dotfiles-c35608e95583a89c849e9a122341d10e58b43c5e.zip
Source bashrc at X startup
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 796e0c0..10f0bdc 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,9 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2# Mike Crute's .bashrc File (mcrute@gmail.com) 2# Mike Crute's .bashrc File (mcrute@gmail.com)
3 3
4# Don't run on non-interactive shells
5[[ $- != *i* ]] && return
6
7function clean_unalias 4function clean_unalias
8{ 5{
9 if alias $1 &> /dev/null; then 6 if alias $1 &> /dev/null; then