diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-12 11:36:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-12 11:36:44 -0300 |
commit | f7f0f1acd7b23d698d564abd3083e764e06ba6fc (patch) | |
tree | fd2033b8747847aef01dfdcc2efd5c69a05ca6bf | |
parent | 45d54ccad58a3492f964a1e14fd5e88786b0c0a5 (diff) | |
download | profile-f7f0f1acd7b23d698d564abd3083e764e06ba6fc.tar.gz profile-f7f0f1acd7b23d698d564abd3083e764e06ba6fc.tar.bz2 |
Rename xtitle alias to ttitle
-rw-r--r-- | aliases.dot.link | 2 | ||||
-rw-r--r-- | profile.dot.link | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/aliases.dot.link b/aliases.dot.link index a604102..fc1697f 100644 --- a/aliases.dot.link +++ b/aliases.dot.link @@ -9,7 +9,7 @@ alias today="date +%Y%m%d" alias month="date +%Y%m" alias hashpw="mkpasswd -m sha-512" alias stitle="screen -X title" -alias xtitle="tmux rename-window" +alias ttitle="tmux rename-window" alias q="exit" alias open="xdg-open" alias mc="TERM=xterm-256color mc" diff --git a/profile.dot.link b/profile.dot.link index aa06c2b..8590b7b 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -82,7 +82,7 @@ fi scd() { cd "$*" stitle `basename $*` > /dev/null 2>&1 - xtitle `basename $*` > /dev/null 2>&1 + ttitle `basename $*` > /dev/null 2>&1 } mkday() { |