move fonts, update

This commit is contained in:
2026-01-06 00:12:31 -08:00
parent d02719704f
commit bbf5dbd563
40 changed files with 7 additions and 107 deletions

View File

@ -1,14 +1,16 @@
alias r='ranger'
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias discup='sudo pacman -Syy discord'
alias bedtime='xset s off; xset -dpms'
alias copy='xclip -selection clipboard'
alias x='startx -- -nolisten tcp -noreset -seat seat0 -background none -keeptty'
alias ssh_mount='sshfs iron:/wdraidz/ ~/wdraidz/'
alias ssh_unmount='umount ~/wdraidz'
alias ssh-mount='sshfs iron:/wdraidz/ ~/wdraidz/'
alias ssh-unmount='fusermount3 -u ~/wdraidz'
export SHELL=bash
# plain umount works on freebsd
# alias ssh-unmount='umount ~/wdraidz'
# perhaps unnecessary
# export SHELL=bash
export EDITOR=vim
export PATH=~/bin:$PATH