summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-29 20:59:00 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-29 21:47:38 -0400
commit3f8ad4c346e5f8113c72c2a65ee83e4d69f06bef (patch)
tree92297403f0b81316df7ebeb501aa33a8458d34a7
parent0798be47a69d386d396229f0a91cd5955c10dc42 (diff)
downloadconf-3f8ad4c346e5f8113c72c2a65ee83e4d69f06bef.tar.gz
conf-3f8ad4c346e5f8113c72c2a65ee83e4d69f06bef.zip
try using exa instead of k
-rw-r--r--.gitmodules3
-rw-r--r--aliases3
m---------zsh/k0
-rw-r--r--zshrc4
4 files changed, 2 insertions, 8 deletions
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
-Subproject 1fa7c039d40684d39cb225599bda4a86a62e765
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 () {