stowhome/shell/dot-bashrc
2025-08-16 15:52:50 +02:00

18 lines
362 B
Plaintext

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias la='ls --color=auto -plhA'
alias grep='grep --color=auto'
PS1='\n\h \W\n\$ '
export PATH="$PATH:$HOME/.local/bin"
export EDITOR=vim
export QSYS_ROOTDIR="$HOME/.local/intelFPGA_lite/18.1/quartus/sopc_builder/bin"
. "$HOME/.cargo/env"