We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32fbbd commit a46e0e3Copy full SHA for a46e0e3
2 files changed
channels/i3/airootfs.any/etc/skel/.aliases
@@ -8,6 +8,12 @@
8
# Write the alias here.
9
#
10
11
+# Alias
12
+unalias lsd
13
+unalias ls
14
+alias lsd='/usr/bin/lsd'
15
+
16
17
# lsd-control
18
[[ -f /usr/local/lib/lsd-alias ]] && source /usr/local/lib/lsd-alias
19
channels/i3/airootfs.any/etc/skel/.zshrc
@@ -9,10 +9,6 @@
# (c) 2020 Fascode Network.
-# Alias
-[[ -f .aliases ]] && source .aliases
-
# Completion
[ -e /usr/local/share/zsh-completions ] && fpath=(/usr/local/share/zsh-completions $fpath)
autoload -U compinit
@@ -111,3 +107,6 @@ fi
111
107
# Like fish prompt
112
108
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
113
109
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
110
+[[ -f .aliases ]] && source .aliases
0 commit comments