first commit
This commit is contained in:
commit
561fdb59e1
56 changed files with 3204 additions and 0 deletions
16
configs/.bashrc
Normal file
16
configs/.bashrc
Normal file
|
@ -0,0 +1,16 @@
|
|||
# .bashrc
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
alias die="pkill -9 "
|
||||
alias bye="doas poweroff "
|
||||
alias rb="doas reboot "
|
||||
alias d="doas "
|
||||
|
||||
alias xbi="doas xbps-install "
|
||||
alias xbr="doas xbps-remove "
|
||||
alias xbq="xbps-query "
|
||||
alias xbrc="doas xbps-reconfigure "
|
Loading…
Add table
Add a link
Reference in a new issue