diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-01-21 20:26:09 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-01-21 20:26:09 +0100 |
commit | ae30e8aba84ef9ff6f0a338e491a36af9cf31011 (patch) | |
tree | 09cd82e99e1038b4e64c86bec79ffccef0976864 /zsh | |
parent | 514523d95d254f54f5dc446c520e967952127f79 (diff) | |
download | dotfiles_ascii-ae30e8aba84ef9ff6f0a338e491a36af9cf31011.tar.xz dotfiles_ascii-ae30e8aba84ef9ff6f0a338e491a36af9cf31011.zip |
update tm script for a better
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index d8c57c1..224f947 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -167,11 +167,7 @@ alias historyt="cat .zhistory | cut -d' ' -f2- | cut -d';' -f2- | awk '{CMD[\$1] # mpc update #} -function tm() { - X=$# - [[ $X -eq 0 ]] || X=X - tmux new-session -A -s $X -} +alias tm="~/.scripts/tm.sh" function email() { echo $3 | mutt -s $2 $1 |