Skip to content

Commit

Permalink
add some aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Jul 16, 2012
1 parent 8c569ed commit 53ef536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ alias -s mov=" xdg-open"
alias -s mpg=" xdg-open"
alias -s m4v=" xdg-open"
alias -s mp4=" xdg-open"
alias -s rmvb=" xdg-open"
alias -s MP4=" xdg-open"
alias -s ogg=" xdg-open"
alias -s ogv=" xdg-open"
alias -s flv=" xdg-open"
alias -s mkv=" xdg-open"
alias -s wav=" xdg-open"

alias -s tif="xdg-open"
alias -s tiff="xdg-open"
Expand Down
2 changes: 1 addition & 1 deletion linux.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
if [[ "$LSB_DISTRIBUTOR" == "archlinux" ]]; then
# statements
alias ctl='sudo systemctl '
alias feierabend='sudo systemctl start shutdown.target'
alias feierabend='sudo systemctl start poweroff.target'
alias start=" sudo systemctl start"
alias stop=" sudo systemctl stop"
alias status=" sudo systemctl status"
Expand Down

0 comments on commit 53ef536

Please sign in to comment.