Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Penelope Gwen 2026-05-06 16:28:59 -07:00
commit 6faede578f
3 changed files with 9 additions and 4 deletions

View file

@ -33,8 +33,8 @@ alias p="ps aux |grep "
alias o="open "
#find large files
#alias find_largest_files="du -h -x -s -- * | sort -r -h | head -20"
alias nano="hx"
alias nvim="hx"
#alias nano="hx"
#alias nvim="hx"
sort_filesizes() {
[ -z ${1} ] && local dir="$(pwd)" || local dir="${1}"
du -ah --max-depth=1 "$(realpath ${dir})" | sort --human-numeric-sort

View file

@ -5,7 +5,8 @@
add_newline = false
#format = '[░▒▓](fg:purple bg:transparent)[ 󰊟 ${user}](fg:black bg:purple)'
format = """[](fg:purple bg:transparent)\
format = """$container\
[](fg:purple bg:transparent)\
$time\
${custom.ssh}\
$sudo\
@ -20,6 +21,10 @@ $character"""
#$git_status\
[container]
style = "bold bg:transparent fg:red"
format = ' [$symbol \[$name\] ]($style)'
[username]
style_user = 'bg:purple fg:black'
#style_root = 'bg:blue fg:black'

View file

@ -115,7 +115,7 @@ suspend_cmd = ["systemctl", "suspend"]
icon = ""
command = "ssh-agent-handler.sh pogmom@server-samsung-1561j "
[[profiles.scripts]]
name = "bridge-netgear-r8000"
name = "router-netgear-r8000"
icon = "󱂇"
command = "ssh-agent-handler.sh root@router-netgear-r8000 󱂇"
[[profiles.scripts]]