Refined animations + lockscreen and bar appearance. Added vim-like windows control shortcuts and a new fastfetch WOLFforce logo. Changed helix config + other minor changes and fixes.
This commit is contained in:
parent
b29b841391
commit
ddaad92455
13 changed files with 97 additions and 43 deletions
5
.zshrc
5
.zshrc
|
|
@ -96,6 +96,7 @@ alias vm='quickemu --vm *.conf'
|
|||
alias paclist="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'"
|
||||
alias devinit="devbox init && echo 'use devbox' > .envrc && direnv allow"
|
||||
alias gbk="git add -A && git commit -m 'Backup'"
|
||||
alias ..="cd .."
|
||||
|
||||
# Power management
|
||||
alias pprof='cat /sys/firmware/acpi/platform_profile' # Get current performance profile
|
||||
|
|
@ -104,9 +105,9 @@ alias power-draw="cat /sys/class/power_supply/BAT1/current_now /sys/class/power_
|
|||
alias battery='cat /sys/class/power_supply/BAT1/capacity'
|
||||
# Override some default commands with more practical alternatives
|
||||
# Note: default ls command is still accessible with '\ls'
|
||||
alias ls='eza --icons=automatic --tree --level=1 --follow-symlinks --no-quotes '
|
||||
alias ls='eza --icons=auto --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=auto --long --header --group -M --sort=modified'
|
||||
alias tree='ls --level=3'
|
||||
alias glo='git log --graph --oneline --all --decorate'
|
||||
# Random stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue