From 1a656e6ac69b578a0322a4dbe9b87989b81224e2 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 6 Sep 2025 16:24:29 +0530 Subject: launching fish on bash startup --- .bashrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.bashrc b/.bashrc index 6d34d24..f53312a 100644 --- a/.bashrc +++ b/.bashrc @@ -1,11 +1,4 @@ -# -# ~/.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]\$ ' -. "$HOME/.cargo/env" +fish && exit -- cgit v1.2.3