alacritty

This commit is contained in:
2022-09-22 14:46:37 +02:00
parent ade280b9c4
commit d70b6220c4
3 changed files with 25 additions and 242 deletions
+3 -1
View File
@@ -100,6 +100,9 @@ alias free='free -m' # show sizes in MB
alias np='nano -w PKGBUILD'
alias more=less
[ -d ~/bin ] && export PATH=$PATH:$HOME/bin
[ -d ~/.cargo/bin ] && export PATH=$PATH:$HOME/.cargo/bin
xhost +local:root > /dev/null 2>&1
# Bash won't get SIGWINCH if another process is in the foreground.
@@ -139,6 +142,5 @@ ex ()
echo "'$1' is not a valid file"
fi
}
export PATH="/home/kristjank/bin:$PATH"
eval "$(thefuck --alias)"
eval "$(jump shell)"