set editor for cron in zshrc
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
picom.conf##class.arch_desktop
|
picom.conf##class.arch_laptop
|
||||||
@@ -152,6 +152,10 @@ powerline-config tmux setup
|
|||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
|
|
||||||
|
# set default editor to neovim
|
||||||
|
export EDITOR=nvim
|
||||||
|
export VISUAL=nvim
|
||||||
|
|
||||||
# add the custom functions from the .custom_functions file
|
# add the custom functions from the .custom_functions file
|
||||||
custom_func_dir=$HOME/.scripts
|
custom_func_dir=$HOME/.scripts
|
||||||
for f in $custom_func_dir/*; do source $f; done
|
for f in $custom_func_dir/*; do source $f; done
|
||||||
|
|||||||
Reference in New Issue
Block a user