summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-19 02:02:20 -0500
committerJune McEnroe <june@causal.agency>2018-11-19 02:02:20 -0500
commit7ddb116640abc808887590681870c8614e2e49f4 (patch)
tree99d708521f8cd7c348ca2bf9317139eb030bbb34
parentAdd missing include in dtch (diff)
downloadsrc-7ddb116640abc808887590681870c8614e2e49f4.tar.gz
src-7ddb116640abc808887590681870c8614e2e49f4.zip
Alias ls='ls -p'
NetBSD ls(1) doesn't have colour, and I really like to know which are
files and which are directories.
-rw-r--r--home/.kshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.kshrc b/home/.kshrc
index 16e79147..fb605acd 100644
--- a/home/.kshrc
+++ b/home/.kshrc
@@ -28,6 +28,7 @@ export NETHACKOPTIONS='
 	color, DECgraphics
 '
 
+alias ls='ls -p'
 alias ll='ls -lh'
 if [[ $(uname) = 'Linux' ]]; then
 	alias ls='ls --color=auto' grep='grep --color' rm='rm -I'
configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe