diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-06-09 18:12:20 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-06-09 18:12:20 +0200 |
| commit | 70980c2c53e9fc3cadd2f6eacd085dc0297f65b6 (patch) | |
| tree | 6a7a0af6ef52501960d6d0b99d72bc67cec052d0 /.config/shell/profile | |
| parent | c72de1d239aac325155fc840cd226309435538de (diff) | |
nvim: added a lisp-lsp, but honestly no idea what i did in plugins.lua; aliasrc: removed most of the emerge aliases; profile: changed $BROWSER; zathura: changed next-/previous-page keybinds; zshrc: added edit-command-line; ncmpcpp: removed visualiser
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index eca8c75..b26003f 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="icecat" +export BROWSER="nyxt" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" @@ -26,3 +26,5 @@ export EIX_LIMIT=0 export EIX_LIMIT_COMPACT=0 export PATH="$PATH:$HOME/.local/bin:$HOME/.fzf/bin:/sbin:/usr/sbin" + +neofetch |
