eww + culr tweaks
This commit is contained in:
parent
d20d3d8310
commit
1a49ec52ce
4 changed files with 12 additions and 11 deletions
|
@ -2,17 +2,17 @@
|
|||
|
||||
la_culr()
|
||||
{
|
||||
ls -lha --group-directories-first --color $@ | culr
|
||||
ls -lha --group-directories-first --color $@ | culr -t 80 -o roygbiv-split
|
||||
}
|
||||
|
||||
ls_culr()
|
||||
{
|
||||
ls -lh --group-directories-first --color $@ | culr
|
||||
ls -lh --group-directories-first --color $@ | culr -t 80 -o roygbiv-split
|
||||
}
|
||||
|
||||
ps_culr()
|
||||
{
|
||||
ps ww$@ | culr
|
||||
ps ww$@ | culr -t 80 -o roygbiv-split
|
||||
}
|
||||
|
||||
alias ...='cd ../..'
|
||||
|
@ -37,7 +37,7 @@ alias gm='git merge'
|
|||
alias l='ls_culr'
|
||||
alias la='la_culr'
|
||||
alias p='ps_culr'
|
||||
alias mnt='mount | column -t | culr'
|
||||
alias mnt='mount | column -t | culr -t 80 -o roygbiv-split'
|
||||
# alias kaboom='printf "type any input if you wish to update\n\npress enter to continue\n"; read upgrade; if [ -n "$upgrade" ]; then echo upgrading..; sudo nix-channel --update; else echo no upgrade!; fi; sudo nixos-rebuild switch -j9 && rm ~/.gtkrc-2.0; home-manager switch && sudo nix-collect-garbage && nix-store --optimise'
|
||||
eval "$(zoxide init zsh)"
|
||||
fresh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue