aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-18 11:33:00 +0100
committerYann Herklotz <git@yannherklotz.com>2020-08-18 11:33:00 +0100
commit39c0a34f3c967545aaea1510f594fb92bf8e0166 (patch)
tree3b5fed7eb5096deb54917592f9105bd6378bd5c1 /zsh
parentbbeb335a1d255d77c5ab4a5cc71134bfd25fec6c (diff)
downloaddotfiles-39c0a34f3c967545aaea1510f594fb92bf8e0166.tar.gz
dotfiles-39c0a34f3c967545aaea1510f594fb92bf8e0166.zip
Update python and add 'exa'
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')'