dotfiles/.bashrc
2024-07-29 06:13:48 +03:00
Ask

17 lines
244 B
Bash

{4dc344815bd9392f6bb16773416e89ccbd2d3249 true 244 .bashrc 0xc00b370bd0}

# .bashrc
export PATH=$PATH:$HOME/.local/bin
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
PS1='[\u@\h \W]\$ '
# Infinite history
HISTSIZE= HISTFILESIZE=
# Auto cd
shopt -s autocd
source $HOME/.bash_aliases