This commit is contained in:
nik
2025-07-07 00:56:10 -07:00
parent f1b2f81de4
commit 05b3bed3f7

View File

@ -2,10 +2,8 @@ alias r='ranger'
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias discup='sudo pacman -Syy discord' alias discup='sudo pacman -Syy discord'
alias config='vim ~/.config/i3/config'
alias barconfig='vim ~/.config/i3status/config'
alias bedtime='xset s off; xset -dpms' alias bedtime='xset s off; xset -dpms'
alias c='xclip -selection clipboard' alias copy='xclip -selection clipboard'
alias x='startx -- -nolisten tcp -noreset -seat seat0 -background none -keeptty' alias x='startx -- -nolisten tcp -noreset -seat seat0 -background none -keeptty'
alias ssh_mount='sshfs iron:/wdraidz/media ~/wdraidz/media && sshfs iron:/wdraidz/tank ~/wdraidz/tank' alias ssh_mount='sshfs iron:/wdraidz/media ~/wdraidz/media && sshfs iron:/wdraidz/tank ~/wdraidz/tank'
alias ssh_unmount='fusermount3 -u ~/wdraidz/media && fusermount3 -u ~/wdraidz/tank' alias ssh_unmount='fusermount3 -u ~/wdraidz/media && fusermount3 -u ~/wdraidz/tank'