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
238 B
Bash
Raw Permalink Normal View History

2023-04-08 11:56:37 +01:00
#
# ~/.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
2023-04-09 12:16:12 +01:00
PATH=$PATH:~/.local/bin