mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-20 10:44:38 +10:00
Minor edits.
This commit is contained in:
5
.bashrc
5
.bashrc
@@ -7,7 +7,7 @@
|
||||
# My bash config. Not much to see here. Some pretty standard stuff.
|
||||
|
||||
PATH="$HOME/.local/bin${PATH:+:${PATH}}"
|
||||
EDITOR="nvim"
|
||||
EDITOR="kak"
|
||||
export TERM="st-256color"
|
||||
export HISTCONTROL=ignoredups:erasedups # no duplicate entries
|
||||
|
||||
@@ -196,5 +196,8 @@ if [ -f /etc/bash.command-not-found ]; then
|
||||
. /etc/bash.command-not-found
|
||||
fi
|
||||
|
||||
### FORCE ALL KAKOUNE WINDOWS TO BE IN ONE SESSION
|
||||
alias kak="kak -c mysession"
|
||||
|
||||
### RANDOM COLOR SCRIPT ###
|
||||
/opt/shell-color-scripts/colorscript.sh random
|
||||
|
||||
Reference in New Issue
Block a user