From df84dd963de27f8961224cd4f5fda0cd884192ee Mon Sep 17 00:00:00 2001 From: Dor dicke Gind Date: Fri, 15 Jul 2022 20:06:25 +0200 Subject: [PATCH] [TASK] remove bash files --- .bash_logout | 3 --- .bash_profile | 5 ----- .bashrc | 9 --------- 3 files changed, 17 deletions(-) delete mode 100644 .bash_logout delete mode 100644 .bash_profile delete mode 100644 .bashrc diff --git a/.bash_logout b/.bash_logout deleted file mode 100644 index 0e4e4f1..0000000 --- a/.bash_logout +++ /dev/null @@ -1,3 +0,0 @@ -# -# ~/.bash_logout -# diff --git a/.bash_profile b/.bash_profile deleted file mode 100644 index 5545f00..0000000 --- a/.bash_profile +++ /dev/null @@ -1,5 +0,0 @@ -# -# ~/.bash_profile -# - -[[ -f ~/.bashrc ]] && . ~/.bashrc diff --git a/.bashrc b/.bashrc deleted file mode 100644 index a355b0c..0000000 --- a/.bashrc +++ /dev/null @@ -1,9 +0,0 @@ -# -# ~/.bashrc -# - -# If not running interactively, don't do anything -[[ $- != *i* ]] && return - -alias ls='ls --color=auto' -PS1='[\u@\h \W]\$ '