nature_dotfiles/config/bash/aliases

18 lines
427 B
Plaintext

## some aliases
# colors
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias tree='tree -C'
# practical aliases
alias ll='ls -lh'
alias la='ls -A'
alias lla='ls -Al'
alias fetch='fastfetch --config ~/.config/fastfetch/nature_config.jsonc'
alias btop='btop -t -u 500'
alias cmatrix='cmatrix -abu4'
alias pipes.sh='pipes.sh -p8 -t1 -r0 -c1 -c2 -c3 -c4 -c5 -c6 -f 30'
# just beautiful
alias clear='clear && fetch'