From 92db79afb8f255fe01c1415e8b0cb14616530502 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Fri, 21 Jan 2022 15:19:34 +0100 Subject: Replace `ls' with `lsd' and update path for templates. --- bashrc.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'bashrc.org') diff --git a/bashrc.org b/bashrc.org index 053bbab..36ee577 100644 --- a/bashrc.org +++ b/bashrc.org @@ -80,9 +80,8 @@ Find executables stored in home directory. ** List #+BEGIN_SRC shell - alias ls='ls --color=auto' - alias l='ls -l' - alias ll='ls -la' + alias l='lsd -l' + alias ll='lsd -la' #+END_SRC @@ -123,7 +122,6 @@ Find executables stored in home directory. This is particularly useful for ~lmms~. #+BEGIN_SRC shell - export QT_SCALE_FACTOR=1.2 export QT_AUTO_SCREEN_SCALE_FACTOR=0 export QT_SCREEN_SCALE_FACTORS=1 -- cgit v1.2.3