From 3f8ad4c346e5f8113c72c2a65ee83e4d69f06bef Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 29 Oct 2017 20:59:00 -0400 Subject: try using exa instead of k --- .gitmodules | 3 --- aliases | 3 ++- zsh/k | 1 - zshrc | 4 ---- 4 files changed, 2 insertions(+), 9 deletions(-) delete mode 160000 zsh/k diff --git a/.gitmodules b/.gitmodules index bd3b644..f7e1b8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,9 +67,6 @@ [submodule "zsh/zsh-completions"] path = zsh/zsh-completions url = git://github.com/zsh-users/zsh-completions -[submodule "zsh/k"] - path = zsh/k - url = git://github.com/supercrabtree/k [submodule "zsh/anyframe"] path = zsh/anyframe url = git://github.com/mollifier/anyframe diff --git a/aliases b/aliases index cd28512..6331a11 100644 --- a/aliases +++ b/aliases @@ -1,5 +1,6 @@ # improvements to common commands {{{ -alias ls="ls --color=auto --group-directories-first" +alias ls="exa --group-directories-first --time-style=long-iso --git --color-scale" +alias ll="ls -l" alias grep="grep --color=auto" alias rm="rm -i" alias cp="cp -i" diff --git a/zsh/k b/zsh/k deleted file mode 160000 index 1fa7c03..0000000 --- a/zsh/k +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1fa7c039d40684d39cb225599bda4a86a62e765d diff --git a/zshrc b/zshrc index 5d2b3c9..f716043 100644 --- a/zshrc +++ b/zshrc @@ -99,10 +99,6 @@ opp_operators+=("e" opp-vi-change) bindkey -M vicmd "e" opp { bindkey -M afu-vicmd "e" opp } > /dev/null 2>&1 # }}} -# k {{{ -source ~/.zsh/k/k.sh -alias ll="k -h" -# }}} # }}} # prompt {{{ function shell_prompt_precmd () { -- cgit v1.2.3-54-g00ecf