瀏覽代碼

add screen typo to zshrc

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'