Replace `ls' with `lsd' and update path for templates.

Commit
92db79afb8f255fe01c1415e8b0cb14616530502
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
Changed files
bashrc.org
index 053bbab7..36ee5776 100644..100644
@@ -80,9 +80,8 @@
80 80 ** List
81 81
82 82 #+BEGIN_SRC shell
83 Removed: alias ls='ls --color=auto'
84 Removed: alias l='ls -l'
85 Removed: alias ll='ls -la'
83 Added: alias l='lsd -l'
84 Added: alias ll='lsd -la'
86 85 #+END_SRC
87 86
88 87
@@ -123,7 +122,6 @@
123 122 This is particularly useful for ~lmms~.
124 123
125 124 #+BEGIN_SRC shell
126 Removed:
127 125 export QT_SCALE_FACTOR=1.2
128 126 export QT_AUTO_SCREEN_SCALE_FACTOR=0
129 127 export QT_SCREEN_SCALE_FACTORS=1
herbstluftwm-autostart.org
index 7cdd41cb..f6351d70 100755..100755
@@ -7,8 +7,8 @@
7 7 #+PROPERTY: header-args :tangle "~/.config/herbstluftwm/autostart"
8 8 #+PROPERTY: header-args+ :shebang "#!/usr/bin/env bash"
9 9
10 Removed: #+SETUPFILE: ~/.emacs.d/templates/documents/gnu-default.setup
11 Removed: #+INCLUDE: ~/.emacs.d/templates/documents/default-title.org
10 Added: #+SETUPFILE: ~/.emacs.d/resources/templates/documents/gnu-default.setup
11 Added: #+INCLUDE: ~/.emacs.d/resources/templates/documents/default.org_title
12 12
13 13 #+MACRO: hl Herbstluftwm
14 14
xinitrc.org
index 00000000..e69de29b 000000..100644