cinaeco пре 13 година
родитељ
комит
65bae9b81a
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      zsh/zshrc

+ 3 - 0
zsh/zshrc

@@ -43,6 +43,9 @@ setopt nohistverify
 ## don't have the same history across tabs/windows
 setopt nosharehistory
 
+## typos
+alias scren='screen'
+
 ## folder listing/traversal
 alias l='ls'
 alias ll='ls -hl'