Commit d6a08e3e authored by Murukesh Mohanan's avatar Murukesh Mohanan

added screenrc

parent 85414bab
......@@ -171,7 +171,7 @@
<integer>1</integer>
</dict>
<key>NSWindow Frame SharedPreferences</key>
<string>269 107 796 473 0 0 1680 1028 </string>
<string>269 68 796 473 0 0 1680 1028 </string>
<key>NSWindow Frame iTerm Window 0</key>
<string>4 512 1676 516 0 0 1680 1028 </string>
<key>New Bookmarks</key>
......@@ -782,7 +782,7 @@
<key>Shortcut</key>
<string></string>
<key>Silence Bell</key>
<false/>
<true/>
<key>Space</key>
<integer>-1</integer>
<key>Sync Title</key>
......@@ -869,7 +869,7 @@
<key>SUHasLaunchedBefore</key>
<true/>
<key>SULastCheckTime</key>
<date>2017-06-19T07:06:30Z</date>
<date>2017-08-02T05:54:06Z</date>
<key>SUSendProfileInfo</key>
<false/>
<key>ShowFullScreenTabBar</key>
......
autodetach on
startup_message off
hardstatus alwayslastline
shelltitle '$SHELL'
hardstatus string '%{gk}[%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= w}%?%+Lw%?%? %{g}][%{d}%l%{g}][ %{= w}%Y/%m/%d %0C:%s%a%{g} ]%{W}'
term screen-256color
Subproject commit 0994d7afe6b021312798f4d884bed6d4f07ac9de
Subproject commit 94e6a889fefd2af02fbd4e8f1ff42d1bf7096acd
......@@ -68,7 +68,7 @@ DIRSTACKFILE="$HOME/.cache/zsh/dirs"
if [[ -f $DIRSTACKFILE ]] && [[ $#dirstack -eq 0 ]]; then
dirstack=( ${(f)"$(< $DIRSTACKFILE)"} )
[[ -z $ITERM_SESSION ]] && [[ -d $dirstack[1] ]] && cd $dirstack[1]
[[ -z $ITERM_PROFILE ]] && [[ -d $dirstack[1] ]] && cd $dirstack[1]
fi
chpwd() {
print -l $PWD ${(u)dirstack} >$DIRSTACKFILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment