diff options
author | katherine <shmibs@shmibbles.me> | 2016-05-29 05:04:01 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-05-29 05:04:01 -0700 |
commit | 5fd79dd9f2a303f7d4e49b6f76007338a5524bfa (patch) | |
tree | fb3e563d217edb99bcd6283f81270182f14a7adb /.zshrc-linux-desktop | |
parent | 16af5ded1f0224e0f60ca1220338ac5c7194b761 (diff) | |
download | dotfiles-5fd79dd9f2a303f7d4e49b6f76007338a5524bfa.tar.gz |
startx
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r-- | .zshrc-linux-desktop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop index 30e90e5..8faa906 100644 --- a/.zshrc-linux-desktop +++ b/.zshrc-linux-desktop @@ -5,6 +5,7 @@ alias hc='herbstclient' alias ssh-socks='ssh -C2qTnN -D 9853 shmibbles.me' alias svim='sudo -E vim' alias svimdiff='sudo -E vimdiff' +alias sx='startx' alias thesaurus='aiksaurus' alias vmount='udevil mount' alias vumount='udevil umount' |