mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-22 04:44:50 +00:00
10 lines
141 B
Plaintext
Executable File
10 lines
141 B
Plaintext
Executable File
#
|
|
# ~/.bashrc
|
|
#
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
alias ls='ls --color=auto'
|
|
PS1='[\u@\h \W]\$ '
|