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

14 lines
No EOL
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