alacritty
This commit is contained in:
+3
-1
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user