aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zsh/export.zsh2
-rw-r--r--zsh/.zsh/function.zsh1
2 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zsh/export.zsh b/zsh/.zsh/export.zsh
index 4e1de6d..9f898a4 100644
--- a/zsh/.zsh/export.zsh
+++ b/zsh/.zsh/export.zsh
@@ -24,7 +24,7 @@ if [ $os = "Darwin" ]; then
prepend_path "/Library/TeX/texbin"
prepend_path "/usr/local/opt/bison/bin"
- append_path "${HOME}/Library/Python/3.7/bin"
+ append_path "${HOME}/Library/Python/3.8/bin"
fi
prepend_path "/usr/local/bin"
diff --git a/zsh/.zsh/function.zsh b/zsh/.zsh/function.zsh
index be9dd79..809471e 100644
--- a/zsh/.zsh/function.zsh
+++ b/zsh/.zsh/function.zsh
@@ -1,5 +1,6 @@
alias emc='emacsclient -c -a ""'
alias em='emacsclient -nw -a ""'
+alias ls='exa'
alias ff='firefox'
alias vim=nvim
# alias lspasscp='lpass show -c --password $(lpass ls | fzf | awk '{print $(NF)}' | sed 's/\\]//g')'