update
This commit is contained in:
parent
6384acbae8
commit
a419b86997
12 changed files with 67 additions and 40 deletions
15
.bashrc
Normal file
15
.bashrc
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias l='ls -hAGg'
|
||||
alias ll='ls -Al'
|
||||
alias pf='pfetch'
|
||||
alias ff='fastfetch'
|
||||
PS1='\e[38;2;40;255;180m\u\e[0m@\e[38;2;255;180;100m\h\e[0m \w> '
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue