File: 40-sudo

package info (click to toggle)
shellex 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 208 kB
  • sloc: ansic: 44; makefile: 35; sh: 10
file content (5 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# vim:ft=zsh
# use gksudo (or kdesudo if gksudo not exists) instead of sudo
# © 2013 Johannes Visintini and contributors (see also: LICENSE)
which kdesudo > /dev/null 2>&1 && alias sudo='kdesudo'
which gksudo > /dev/null 2>&1 && alias sudo='gksudo'