From 05b3bed3f703160ad84b3b028dbd321cbefb26ce Mon Sep 17 00:00:00 2001 From: nik Date: Mon, 7 Jul 2025 00:56:10 -0700 Subject: [PATCH] update --- dotfiles/.bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 21968cb..be5bcd8 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -2,10 +2,8 @@ alias r='ranger' alias ls='ls --color=auto' alias grep='grep --color=auto' 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 c='xclip -selection clipboard' +alias copy='xclip -selection clipboard' 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_unmount='fusermount3 -u ~/wdraidz/media && fusermount3 -u ~/wdraidz/tank'