Compare commits

..

No commits in common. "4970349c55d6a498368af3b654e66293bb56c238" and "bbf21d3b21f91896c5f2ffc468f3c693dbb86755" have entirely different histories.

4 changed files with 3 additions and 17 deletions

@ -1 +1 @@
Subproject commit 89c2d21b8d75048d29ea1528d33d3ee1ddbd86a1 Subproject commit 3ddf1405d81861f1af4455e3716abd230b531a3f

View File

@ -22,4 +22,3 @@ status=$?
echo "cleaned tmp" echo "cleaned tmp"
} #CleanTmp } #CleanTmp
# vim: set ft=zsh ts=8 sw=4 tw=0 noet :

View File

@ -1,9 +0,0 @@
setTermTitle() {
Terminal=$(echo $TERM | cut -d'-' -f1 )
[[ -z $1 ]] && Title="$Terminal" || Title="$Terminal - $1"
echo -e -n '\e]2;'"$Title"'\a'
}
# vim: set ft=zsh ts=8 sw=4 tw=0 noet :

8
zshrc
View File

@ -17,12 +17,6 @@ autoload -U edit-command-line
## zmodload Modules ## zmodload Modules
zmodload zsh/complist zmodload zsh/complist
## Loca my function
fpath=( $ZDOTDIR/functions $fpath )
autoload CleanTmp
autoload setTermTitle
autoload tempPersist
## Source Other files ## Source Other files
source $HOME/.profile source $HOME/.profile
source ${ZDOTDIR}/aliases source ${ZDOTDIR}/aliases
@ -30,6 +24,8 @@ source ${ZDOTDIR}/dir_aliases
source ${ZDOTDIR}/prompt source ${ZDOTDIR}/prompt
source ${ZDOTDIR}/keyboard source ${ZDOTDIR}/keyboard
## Source Functions
source ${ZDOTDIR}/functions/*
## Set option ## Set option
setopt emacs ## Emacs style keybinds setopt emacs ## Emacs style keybinds