Fish config refactor
Move things into sub-files and sub-directories Add ensure_path function to make sure stuff doesn't get spammed multiple times into the PATH
This commit is contained in:
4
fish/functions/ec.fish
Normal file
4
fish/functions/ec.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
# Emacs Client
|
||||
function ec
|
||||
emacsclient -n --alternate-editor=emacs $argv
|
||||
end
|
||||
Reference in New Issue
Block a user