]> Freerunner's - dotfiles.git/commitdiff
add .profile for shell sessions started via greetd
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 10 Dec 2024 21:35:06 +0000 (22:35 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Wed, 11 Dec 2024 06:52:31 +0000 (07:52 +0100)
dot-bash_profile
dot-profile [new file with mode: 0644]

index e7142cba265099e635970fcd396f63c42cdf1de9..20e5b3a7dc8d9e1bb8b4927c73fe3fbbda5558d5 100644 (file)
@@ -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 (file)
index 0000000..e5a7452
--- /dev/null
@@ -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'
+