+#!/bin/bash
# /etc/skel/.bash_profile
-export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/.local/bin"
+export PATH="$PATH:$HOME/Applications:$HOME/go/bin:$HOME/.cargo/bin:/opt/android-sdk/platform-tools:$HOME/.local/bin"
-export VDPAU_DRIVER=radeonsi
export EDITOR="kks edit"
+export VISUAL="kks edit"
+export PAGER="bat --style auto --pager"
+
+export VDPAU_DRIVER=radeonsi
export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60%'
export ZSTD_NBTHREADS="0"
export GTK_USE_PORTAL=1
# that can't tolerate any output. So make sure this doesn't display
# anything or bad things will happen !
-export PATH="$PATH:$HOME/go/bin:$HOME/.cargo/bin:$HOME/Applications"
-
-export EDITOR='kks edit'
-export VISUAL='kks edit'
-export PAGER='less'
export KKS_DEFAULT_SESSION='default'
export KKS_USE_GITDIR_SESSIONS=1
export VDPAU_DRIVER='radeonsi'
alias df='/usr/bin/df -h --output=target,fstype,used,avail,pcent,source | sort -n'
alias fastfetch='fastfetch -c "$HOME/.config/fastfetch/default.jsonc"'
alias grep='grep -i'
+alias gdi='git diff '
alias gg='cd "$(git rev-parse --show-toplevel)"'
alias gco='git checkout'
alias gcp='git cherry-pick'