From 2f9ad4d215d5ee676c303b86071cec4d3d0b85c5 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Mon, 3 Feb 2025 06:43:07 +0100 Subject: [PATCH] bash: update profile --- dot-profile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dot-profile b/dot-profile index e5a74526..75d78c57 100644 --- a/dot-profile +++ b/dot-profile @@ -1,7 +1,11 @@ +#!/bin/sh + +test -f /etc/profile && . /etc/profile + 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 EDITOR="kak" +export VISUAL="kak" 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