diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-03-30 15:00:32 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-03-30 15:00:32 +0100 |
commit | d070d74c5572a03b76ec831a2ac9035d7389e332 (patch) | |
tree | d1d23b6d9ad9233771bb7c9b29a68f26fdf45929 /kshrc | |
parent | e01d86b637dff60020d32a3152ba79d33e48d188 (diff) |
using fvmrc
Diffstat (limited to 'kshrc')
-rw-r--r-- | kshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |