aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-21 06:44:02 -0400
committerBlista Kanjo2023-06-21 06:44:02 -0400
commit9a0e150c05e74e125a63c65390a3e2aa9c9225b4 (patch)
treec7c4c1c3400567a603c73e0160a00a0b03936850
parentbf140b76e0d2a61cf4634131a1ceea35ad95048a (diff)
delete: .bashrc (unused, not updated)
-rw-r--r--.bashrc9
1 files changed, 0 insertions, 9 deletions
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]\$ '