summaryrefslogtreecommitdiff
path: root/.bashrc~
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-09-10 21:32:18 -0400
committerJackJ30 <jackqjamison@proton.me>2024-09-10 21:32:18 -0400
commit0ddd38e5fa62949d1161d06c7c70ee9ff135ebdb (patch)
tree0ddd091bbed1a1c177101799bc4bea39b45224fa /.bashrc~
parent96d42cb1e0c3e8d572336c950e9aeaaf0a0e948e (diff)
emacs lsp and hyprland
Diffstat (limited to '.bashrc~')
-rw-r--r--.bashrc~10
1 files changed, 0 insertions, 10 deletions
diff --git a/.bashrc~ b/.bashrc~
deleted file mode 100644
index 11b877e..0000000
--- a/.bashrc~
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# ~/.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-alias ls='ls --color=auto'
-alias grep='grep --color=auto'
-PS1='\u@\h \W ($(git branch --show-current 2>/dev/null)) \$ '