diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-08-24 15:06:38 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-08-24 15:06:38 +0200 |
commit | 3a759ddfa63901da5ecfdbb6795a889ef626558a (patch) | |
tree | 4bca92ec65b3d9a9d36ca6977d43c300cfa175aa /i3 | |
parent | e1782e62560e1c10e66aa81e5d1f10e9814d12a7 (diff) | |
download | dotfiles_ascii-3a759ddfa63901da5ecfdbb6795a889ef626558a.tar.xz dotfiles_ascii-3a759ddfa63901da5ecfdbb6795a889ef626558a.zip |
Add stowroot alias for sudo stow -t /
Diffstat (limited to 'i3')
-rwxr-xr-x | i3/.config/i3/what_alias.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/.config/i3/what_alias.sh b/i3/.config/i3/what_alias.sh index 35dede4..4b79640 100755 --- a/i3/.config/i3/what_alias.sh +++ b/i3/.config/i3/what_alias.sh @@ -46,7 +46,7 @@ echo "║ thgraphdaily -> task burndown.daily tgraphweek -> task burndown echo "║ tgraphmonth -> task burndown.week tnext -> get the next tasks ║" echo "║ tdone -> . tactive -> . ║" echo "║ tlistprojects -> . tlistallprojects -> . ║" -echo "║ c -> colorized cat ║" +echo "║ c -> colorized cat stowroot -> sudo stow -t / ║" echo "║ ║" echo "║ email <to> <subject> <text> ║" echo "╙──────────────────────────────────────────────────────────────────────────────────────╜" |