Add jj/kitty/nvim/opencode/paru/fish/yazi/jjui
This commit is contained in:
6
fish/files/functions/reload-env.fish
Normal file
6
fish/files/functions/reload-env.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
function reload-env
|
||||
for line in (grep -v '^#' /etc/environment | grep '=')
|
||||
set -l pair (string split -m 1 '=' $line)
|
||||
set -gx $pair[1] $pair[2]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user