aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/zsh/files/dot.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/zsh/files/dot.zshrc')
-rw-r--r--meta-oe/recipes-extended/zsh/files/dot.zshrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/zsh/files/dot.zshrc b/meta-oe/recipes-extended/zsh/files/dot.zshrc
new file mode 100644
index 0000000000..e7a3f3d11d
--- /dev/null
+++ b/meta-oe/recipes-extended/zsh/files/dot.zshrc
@@ -0,0 +1,16 @@
+# ~/.zshrc: executed by zsh(1) for login shells.
+
+export PS1='%n@%m:%~%# '
+umask 022
+
+# You may uncomment the following lines if you want `ls' to be colorized:
+# export LS_OPTIONS='--color=auto'
+# eval `dircolors`
+# alias ls='ls $LS_OPTIONS'
+# alias ll='ls $LS_OPTIONS -l'
+# alias l='ls $LS_OPTIONS -lA'
+#
+# Some more alias to avoid making mistakes:
+# alias rm='rm -i'
+# alias cp='cp -i'
+# alias mv='mv -i'