Ver Fonte

[zsh] Add a zshrc file

Colin Powell há 1 ano atrás
pai
commit
4f376731ab
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      zsh/.zshrc

+ 15 - 0
zsh/.zshrc

@@ -0,0 +1,15 @@
+# If you come from bash you might have to change your $PATH.
+# export PATH=$HOME/bin:/usr/local/bin:$PATH
+
+export ZSH="$HOME/.oh-my-zsh"
+
+ZSH_THEME="robbyrussell"
+
+plugins=(git z asdf direnv emacs yarn)
+
+source $ZSH/oh-my-zsh.sh
+
+
+# Example aliases
+alias dj="poetry run python manage.py $argv"
+alias sysu="systemctl --user $argv"