Use bigscreen and krenew.
[profile.git] / .profile.d / aliases.bashrc
index 49d6ab9..95843c1 100644 (file)
@@ -7,6 +7,9 @@ if which vim 2>/dev/null | grep ^/ >/dev/null; then
   alias vim='vim +syn\ on'
   alias vi='vim'
 fi
+if ! which krenew 2>/dev/null | grep ^/ >/dev/null; then
+  alias krenew=''
+fi
 alias debug='valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --num-callers=5 --verbose --time-stamp=yes --track-fds=yes'
-alias session='screen -rx -S session || screen -S session'
+alias session='bigscreen -rx -S session || krenew bigscreen -S session'
 alias svnfind='find . -type f ! -path "*/.svn/*"'