summaryrefslogtreecommitdiffstats
path: root/kshrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-03-30 15:00:32 +0100
committerMatthew Lemon <matt@matthewlemon.com>2021-03-30 15:00:32 +0100
commitd070d74c5572a03b76ec831a2ac9035d7389e332 (patch)
treed1d23b6d9ad9233771bb7c9b29a68f26fdf45929 /kshrc
parente01d86b637dff60020d32a3152ba79d33e48d188 (diff)
using fvmrc
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/kshrc b/kshrc
index 448d3c9..c600a67 100644
--- a/kshrc
+++ b/kshrc
@@ -27,6 +27,7 @@ fi
alias ls="$LS -FHh"
alias ll='ls -l'
alias la='ls -lA'
+#alias ls='colorls -G'
alias ..='cd ..'
alias ...='cd ...'
alias mkdir='mkdir -p'