set editor for cron in zshrc

This commit is contained in:
2023-10-13 11:21:12 +02:00
parent 0a467597cc
commit 025bbaa62f
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
picom.conf##class.arch_desktop
picom.conf##class.arch_laptop
+4
View File
@@ -152,6 +152,10 @@ powerline-config tmux setup
alias vim=nvim
alias sudo='sudo '
# set default editor to neovim
export EDITOR=nvim
export VISUAL=nvim
# add the custom functions from the .custom_functions file
custom_func_dir=$HOME/.scripts
for f in $custom_func_dir/*; do source $f; done