mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 12:47:21 +02:00
new rice
This commit is contained in:
17
bash/.bashrc
Normal file
17
bash/.bashrc
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
source ~/.alias
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
|
||||
eval $(thefuck --alias)
|
||||
|
||||
#... :P fancy stuffs
|
||||
screenfetch -t -A "UBUNTU"
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
Reference in New Issue
Block a user