Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # sudo/tramp friendly version of my edit command
  2. # invokes Emacs on the file, but using sudo
  3. function sedit() {
  4. edit /sudo::$*
  5. }
Add Comment
Please, Sign In to add comment