I forgor .bashrc
This commit is contained in:
parent
df43b671c3
commit
5f48b449e5
11
home/.bashrc
Normal file
11
home/.bashrc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#
|
||||||
|
# ~/.bashrc
|
||||||
|
#
|
||||||
|
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
alias ls="ls -a"
|
||||||
|
alias grep="grep --color=auto"
|
||||||
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
|
PS1="[\u@\h \W]\$ "
|
Loading…
x
Reference in New Issue
Block a user