From: Andre Ramnitz Date: Mon, 3 Feb 2025 05:43:07 +0000 (+0100) Subject: bash: update profile X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=2f9ad4d215d5ee676c303b86071cec4d3d0b85c5;p=dotfiles.git bash: update profile --- 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'