Added picom, mpv, bashrc
This commit is contained in:
12
bash/bashrc
Normal file
12
bash/bashrc
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias grep='grep --color=auto'
|
||||
alias ll='ls --color=auto -lah'
|
||||
alias aria2c='aria2c -x 16 -s 16 -k 1M'
|
||||
PS1='(\u@\h) (\w) ~> '
|
||||
Reference in New Issue
Block a user