summary refs log tree commit diff stats
path: root/user/settings/fish/functions/esetenv.fish
blob: 1735792579f98a0064ac77a16e4ee29be4718f6d (plain)
1
2
3
function esetenv
  emacsclient -e "(setenv \"$argv[1]\" \"$argv[2]\")"
end