update
This commit is contained in:
8
example/dotfiles-repo/common/zsh/.zshrc
Normal file
8
example/dotfiles-repo/common/zsh/.zshrc
Normal file
@@ -0,0 +1,8 @@
|
||||
export EDITOR=vim
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
alias ll='ls -lah'
|
||||
|
||||
if [ -f "$HOME/.config/flow/env.sh" ]; then
|
||||
. "$HOME/.config/flow/env.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user