From 68e78fb44bed97a32fd7e02e89662599db2f1096 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Tue, 10 Dec 2024 22:35:06 +0100 Subject: [PATCH] add .profile for shell sessions started via greetd --- dot-bash_profile | 2 +- dot-profile | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 dot-profile 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' + -- 2.51.2