From: Andre Ramnitz Date: Tue, 10 Dec 2024 21:35:06 +0000 (+0100) Subject: add .profile for shell sessions started via greetd X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=68e78fb44bed97a32fd7e02e89662599db2f1096;p=dotfiles.git add .profile for shell sessions started via greetd --- diff --git a/dot-bash_profile b/dot-bash_profile index e7142cba..20e5b3a7 100644 --- a/dot-bash_profile +++ b/dot-bash_profile @@ -10,7 +10,7 @@ export BAT_THEME="base16" export VDPAU_DRIVER=radeonsi export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60% --color fg+:3,hl+:4' -export ZSTD_NBTHREADS="0" +export ZSTD_NBTHREADS="28" export GTK_USE_PORTAL=1 # This file is sourced by bash for login shells. The following line diff --git a/dot-profile b/dot-profile new file mode 100644 index 00000000..e5a74526 --- /dev/null +++ b/dot-profile @@ -0,0 +1,7 @@ +export PATH="$PATH:$HOME/Applications:$HOME/go/bin:$HOME/.cargo/bin:/opt/android-sdk/platform-tools:$HOME/.local/bin" + +export EDITOR="kks edit" +export VISUAL="kks edit" +export MAN_PAGER="sh -c 'col -bx | bat -l man -p'" +export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60% --color fg+:3,hl+:4' +