dotfiles/.bashrc
Ask

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