Comment out deprecated settings
authorMikael Berthe <mikael@lilotux.net>
Sat, 06 Jan 2024 20:51:19 +0100
changeset 58 86928b7b5adb
parent 57 49c07618b1bc
child 59 ab7da88f8fd8
Comment out deprecated settings I guess this has been useless for quite a while.
zshrc
--- a/zshrc	Fri Aug 04 17:48:00 2023 +0200
+++ b/zshrc	Sat Jan 06 20:51:19 2024 +0100
@@ -31,12 +31,12 @@
 #####################
 
 # Meta key and accents
-if [[ -z ${TERM:#xterm*} || -z ${TERM:#rxvt*} || -z ${TERM:#linux*} ]]; then
-  stty pass8
-fi
-
-# Can be necessary fo some environments
-stty erase '^?'
+#if [[ -z ${TERM:#xterm*} || -z ${TERM:#rxvt*} || -z ${TERM:#linux*} ]]; then
+#  stty pass8
+#fi
+#
+## Can be necessary fo some environments
+#stty erase '^?'
 
 ##################
 # Default prompt #