This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.bashrc
Abdulmujeeb Raji 0fc8361d49 fix: remove / from .bashrc
how many times do i need to fix this?
2023-04-09 12:14:52 +01:00

14 lines
No EOL
237 B
Bash

#
# ~/.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]\$ '
QT_QPA_PLATFORMTHEME="qt6ct"
EDITOR=helix
PATH=$PATH:~.local/bin