Skip to main content
added 2 characters in body; edited body
Source Link
Adam Byrtek
  • 1.3k
  • 9
  • 10
alias s='sudo' alias r='rake' # i'm a ruby developer alias ..='cd ..' # although with autocd feature for zsh this comes packed. 

One of my favorites when iI forget s:

$ s !! # last command with super user priviledges 
alias s='sudo' alias r='rake' # i'm a ruby developer alias ..='cd ..' # although with autocd feature for zsh this comes packed. 

One of my favorites when i forget s:

$ !! # last command with super user priviledges 
alias s='sudo' alias r='rake' # i'm a ruby developer alias ..='cd ..' # although with autocd feature for zsh this comes packed. 

One of my favorites when I forget s:

$ s !! # last command with super user priviledges 
Post Made Community Wiki
Source Link
Eimantas
  • 1.5k
  • 3
  • 24
  • 32

alias s='sudo' alias r='rake' # i'm a ruby developer alias ..='cd ..' # although with autocd feature for zsh this comes packed. 

One of my favorites when i forget s:

$ !! # last command with super user priviledges