]> Freerunner's - dotfiles.git/commitdiff
bash: update profile
authorAndre Ramnitz <tux.rising@gmail.com>
Mon, 3 Feb 2025 05:43:07 +0000 (06:43 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Mon, 3 Feb 2025 05:43:07 +0000 (06:43 +0100)
dot-profile

index e5a74526cc14d7c5bad7bb424bdaa5436fd33a4b..75d78c577c7356a8240f0c3a3cdaa41c0f01f065 100644 (file)
@@ -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'