mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Various fixes.
This commit is contained in:
@@ -28,6 +28,7 @@ alias ll='ls -lh'
|
||||
alias grep='grep --color=auto'
|
||||
alias gvim='gvim --remote-tab'
|
||||
alias userctl='systemctl --user'
|
||||
alias :q='exit'
|
||||
|
||||
if (( $+commands[thefuck] ))
|
||||
then
|
||||
|
||||
@@ -101,3 +101,6 @@ export CARGO_HOME="$XDG_CACHE_HOME/cargo"
|
||||
if [[ -d "$HOME/.local/bin" ]]; then
|
||||
path+="$HOME/.local/bin"
|
||||
fi
|
||||
|
||||
# Set up GIMP
|
||||
export GIMP2_DIRECTORY="$XDG_CONFIG_HOME"/gimp
|
||||
|
||||
Reference in New Issue
Block a user