Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # some more ls aliases
  2. alias ll='ls -alF'
  3. alias la='ls -A'
  4. alias l='ls -CF'
  5.  
  6. # Add zenity alias to make the annoying terminal error message disappear forever:
  7. # "Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged."
  8. alias zenity="zenity 2>/dev/null"
  9.  
  10. zenity --info --text "Hello Zenity-Silly-Error-Free World"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement