dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

commit f8be1204b63b520ed4c7d5d8684f9c6469d3fb05
parent f63ea09de340bfeebbb38de1c4563f8d74c03d86
Author: Arne Swanson <nownpl@0111.click>
Date:   Sat, 11 Aug 2018 12:10:33 -0400

deletd sum stuff

Diffstat:
bash/.bash_logout | 6------
bash/.bash_profile | 7-------
bash/.bashrc | 9---------
3 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/bash/.bash_logout b/bash/.bash_logout @@ -1,5 +0,0 @@ -# -# ~/.bash_logout -# - -echo 'Goodbye.'- \ No newline at end of file diff --git a/bash/.bash_profile b/bash/.bash_profile @@ -1,7 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc - -export PATH="$HOME/.cargo/bin:$PATH" diff --git a/bash/.bashrc b/bash/.bashrc @@ -1,9 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ '