aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile10
1 files changed, 7 insertions, 3 deletions
diff --git a/.profile b/.profile
index df95adf..e6bce23 100644
--- a/.profile
+++ b/.profile
@@ -11,14 +11,19 @@ DENO_INSTALL="$HOME/.deno"; export DENO_INSTALL;
# https://github.com/denoland/deno/pull/15974
DENO_NO_UPDATE_CHECK="yes" export DENO_NO_UPDATE_CHECK;
DENO_NO_PROMPT="yes" export DENO_NO_PROMPT;
+# https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry
+DOTNET_CLI_TELEMETRY_OPTOUT="true" export DOTNET_CLI_TELEMETRY_OPTOUT;
+# https://nextjs.org/telemetry
+NEXT_TELEMETRY_DEBUG=1 export NEXT_TELEMETRY_DEBUG;
BUN_INSTALL="/home/luca/.bun";
GOPROXY="direct" export GOPROXY;
EDITOR="$(which nvim || which vim || which nano || which vi)"; export EDITOR;
-if [ -n "$(which bat || which batcat)" ]
+BAT="$(which bat || which batcat)"
+if [ -n $BAT ]
then
- MANPAGER="sh -c 'col -bx | bat -l man -p'"; export MANPAGER;
+ MANPAGER="sh -c 'col -bx | $BAT -l man -p'"; export MANPAGER;
fi
# Sway specific
@@ -27,7 +32,6 @@ _JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING;
QT_QPA_PLATFORM=wayland; export QT_QPA_PLATFORM;
XDG_CURRENT_DESKTOP=sway; export XDG_CURRENT_DESKTOP;
XDG_SESSION_DESKTOP=sway; export XDG_SESSION_DESKTOP;
-GPG_TTY="$(tty)" export GPG_TTY;
PATH="$HOME/go/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$PATH";
mit/bootstrap.sh?h=guix&id=1a483833cd48f7d2b6b7910ac61d959fc377f082&follow=1'>Add back marks and enable cursorlineLuca Matei Pintilie4-5/+37 2023-04-23Remove marks dependency from neovimLuca Matei Pintilie1-36/+0 2023-04-23Remove save and quit keybindLuca Matei Pintilie1-2/+0 2023-04-23Remove cursorline from neovim configLuca Matei Pintilie1-1/+15 2023-04-10Bump neovim config to 0.9 and add undotree and test related commandsLuca Matei Pintilie4-26/+47 2023-04-07Fix neovim spelllangLuca Matei Pintilie1-3/+1 2023-04-07Hyprland fixesLuca Matei Pintilie1-23/+25 2023-04-07Add mutt/neomutt configLuca Matei Pintilie5-0/+206 2023-04-07Neovim improvementsLuca Matei Pintilie5-27/+14 2023-04-05Better hyprland configLuca Matei Pintilie3-10/+42 2023-04-02Remove beacon config and add mini.commentLuca Matei Pintilie1-13/+34