This commit is contained in:
Stuce 2025-10-19 15:18:28 +02:00
parent 9f7701ce6d
commit f939a3d5bd
7 changed files with 150 additions and 0 deletions

13
home/.bashrc Normal file
View file

@ -0,0 +1,13 @@
#
# ~/.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]\$ '
export EDITOR=nvim
export PATH=/opt/or1k_toolchain/bin:$PATH