Skip to content

Commit 3d8b2d5

Browse files
committed
Merge branch 'dev' into dev-stable
2 parents f66d3f8 + 4b41f4d commit 3d8b2d5

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

channels/i3/airootfs.any/etc/skel/.aliases

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
# Write the alias here.
99
#
1010

11+
# Alias
12+
unalias lsd
13+
unalias ls
14+
alias lsd='/usr/bin/lsd'
15+
16+
1117
# lsd-control
1218
[[ -f /usr/local/lib/lsd-alias ]] && source /usr/local/lib/lsd-alias
1319

channels/i3/airootfs.any/etc/skel/.config/conky/conky-live.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ conky.config = {
3434
cpu_avg_samples = 2,
3535
use_xft = true,
3636
}
37-
AからBを取り除く
37+
3838
conky.text = [[
3939
${color0}Open terminal ${color1} : ${color2}mod+Enter
4040
${color0}Kill active window ${color1} : ${color2}mod+Shift+Q

channels/i3/airootfs.any/etc/skel/.zshrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
# (c) 2020 Fascode Network.
1010

1111

12-
# Alias
13-
[[ -f .aliases ]] && source .aliases
14-
15-
1612
# Completion
1713
[ -e /usr/local/share/zsh-completions ] && fpath=(/usr/local/share/zsh-completions $fpath)
1814
autoload -U compinit
@@ -111,3 +107,6 @@ fi
111107
# Like fish prompt
112108
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
113109
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
110+
111+
# Alias
112+
[[ -f .aliases ]] && source .aliases

0 commit comments

Comments
 (0)