dotfiles/.bashrc

11 lines
162 B
Bash
Raw Normal View History

2023-02-03 09:16:44 +00:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
. "$HOME/.cargo/env"