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 0c5101fef5 Add script path
Also added instructions in README.md
2023-04-09 12:07:20 +01:00

14 lines
238 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