mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-27 13:30:31 +01:00
Various fixes.
This commit is contained in:
@@ -16,6 +16,7 @@ local volume = require("volume")
|
|||||||
do
|
do
|
||||||
local programs = {
|
local programs = {
|
||||||
"owncloud",
|
"owncloud",
|
||||||
|
"xfce4-power-manager",
|
||||||
"gnome-screensaver"
|
"gnome-screensaver"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ alias ll='ls -lh'
|
|||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias gvim='gvim --remote-tab'
|
alias gvim='gvim --remote-tab'
|
||||||
alias userctl='systemctl --user'
|
alias userctl='systemctl --user'
|
||||||
|
alias :q='exit'
|
||||||
|
|
||||||
if (( $+commands[thefuck] ))
|
if (( $+commands[thefuck] ))
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -101,3 +101,6 @@ export CARGO_HOME="$XDG_CACHE_HOME/cargo"
|
|||||||
if [[ -d "$HOME/.local/bin" ]]; then
|
if [[ -d "$HOME/.local/bin" ]]; then
|
||||||
path+="$HOME/.local/bin"
|
path+="$HOME/.local/bin"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set up GIMP
|
||||||
|
export GIMP2_DIRECTORY="$XDG_CONFIG_HOME"/gimp
|
||||||
|
|||||||
Reference in New Issue
Block a user