summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-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'