File tree Expand file tree Collapse file tree
channels/i3/airootfs.any/etc/skel Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ conky.config = {
3434 cpu_avg_samples = 2,
3535 use_xft = true,
3636}
37- AからBを取り除く
37+
3838conky.text = [[
3939${color0}Open terminal ${color1} : ${color2}mod+Enter
4040${color0}Kill active window ${color1} : ${color2}mod+Shift+Q
Original file line number Diff line number Diff line change 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 )
1814autoload -U compinit
111107# Like fish prompt
112108source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
113109source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
110+
111+ # Alias
112+ [[ -f .aliases ]] && source .aliases
You can’t perform that action at this time.
0 commit comments