From 64fd98154cc7fd8d241ed3d92aacce3100777d41 Mon Sep 17 00:00:00 2001 From: RainMark Date: Wed, 24 Apr 2024 16:49:53 +0800 Subject: [PATCH] fix helm-find-file No space left on device error --- se | 2 ++ 1 file changed, 2 insertions(+) diff --git a/se b/se index b77d075..1813ed0 100644 --- a/se +++ b/se @@ -1 +1,3 @@ +# echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo sysctl -p + alias se='TERM=xterm-direct LSP_USE_PLISTS=true LD_LIBRARY_PATH=/home/zhoubingyu.zby/emacs/sysroot/lib/ /home/zhoubingyu.zby/emacs/sysroot/bin/emacs'