Changed config, including improved animations, vim-like navigation, and better defaults
This commit is contained in:
parent
2d0b6962fa
commit
3070701380
7 changed files with 36 additions and 26 deletions
|
|
@ -86,9 +86,9 @@ alias icat='kitten icat'
|
|||
alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_supply/BAT1/voltage_now | xargs | awk '{print \$1*\$2/1e12 \" W\"}\'"
|
||||
alias battery='cat /sys/class/power_supply/BAT1/capacity'
|
||||
# Override some default commands with more practical alternatives
|
||||
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes'
|
||||
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes --sort=modified'
|
||||
alias lsa='ls -a'
|
||||
alias lsl='eza --icons=automatic --long --header --group -M'
|
||||
alias lsl='eza --icons=automatic --long --header --group -M --sort=modified'
|
||||
alias tree='ls --level=3'
|
||||
# Keep default commands accessible
|
||||
alias lsd='/usr/bin/ls --color'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue