summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-07-01 22:24:19 +0200
committeryuzu-eva <stevenhu@web.de>2023-07-01 22:24:19 +0200
commit1006987466e98b661a98164c1795ff5682d4260b (patch)
tree131e23460b806833676d1ffd8c9c51e9ad384bcf /.config/shell
parent23f3dcc4cc986507ba20a30d9312be9a3fc9d188 (diff)
update
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc1
-rw-r--r--.config/shell/profile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 396915d..20ed30a 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -16,6 +16,7 @@ alias nnn='nnn -Hde'
alias ea='vi ~/.config/shell/aliasrc'
alias ez='vi ~/.config/zsh/.zshrc'
alias eq='equery'
+alias sr='su - root'
alias cam='mpv --profile=low-latency --untimed /dev/video0'
# need to sign hid-nintendo.ko with every kernel update
diff --git a/.config/shell/profile b/.config/shell/profile
index b26003f..b181879 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -3,7 +3,7 @@ umask 0077
export _JAVA_AWT_WM_NONREPARENTING=1
export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="nyxt"
+export BROWSER="firefox-bin"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"