Files
.dotfiles/bash/.bashrc
T
2020-11-19 22:02:50 +01:00

12 lines
151 B
Bash

#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
neofetch