mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-15 18:13:08 +00:00
chore(bash): update shellrc files as usual
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
56ae595504
commit
ab3e569190
7 changed files with 83 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# General
|
||||
alias clear="printf '\033c'" # faster than ncurses clear by a lot
|
||||
alias c='clear'
|
||||
alias bashrc="nano ~/.bashrc && source ~/.bashrc"
|
||||
alias bashrc="${EDITOR:-"nano"} ~/.bashrc && source ~/.bashrc"
|
||||
# LS
|
||||
alias ls='ls --color=auto -FAh'
|
||||
alias ll='ls -l'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue