mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2025-01-19 05:21:46 +03:00
14 lines
199 B
Bash
14 lines
199 B
Bash
{d44df0a12fe109ad5b55dc0a636efd8fe6fee0ae true 199 .bashrc 0xc002c4e8c0}
# .bashrc
|
|
|
|
export PATH=$PATH:$HOME/.local/bin
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
PS1='[\u@\h \W]\$ '
|
|
|
|
# Auto cd
|
|
shopt -s autocd
|
|
|
|
source $HOME/.bash_aliases
|