Add configs for gimp
This commit is contained in:
8
src_files/.local/bin/gimp-launch
Executable file
8
src_files/.local/bin/gimp-launch
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# for reference, default linux directory was in $XDG_CONFIG_HOME/GIMP/
|
||||
nohup \
|
||||
env GIMP2_DIRECTORY=$XDG_CONFIG_HOME/gimp \
|
||||
gimp \
|
||||
> /dev/null 2>&1 \
|
||||
&
|
@@ -1,5 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# wrapper for mv; for the given target, create any dirs which do not already exist
|
||||
mvd_target_dir=$(dirname "${@: -1}")
|
||||
[[ ! -d "$mvd_target_dir" ]] && mkdir -p "$mvd_target_dir"
|
||||
exec mv "$@"
|
||||
|
Reference in New Issue
Block a user