• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux: 提交

GitHubのミラーです
https://github.com/FascodeNet/alterlinux


Commit MetaInfo

修订版3d8b2d5ac88cd36c0b09caed97eb500e17304a0b (tree)
时间2020-08-08 16:00:06
作者hayao <shun819.mail@gmai...>
Commiterhayao

Log Message

Merge branch 'dev' into dev-stable

更改概述

差异

--- a/channels/i3/airootfs.any/etc/skel/.aliases
+++ b/channels/i3/airootfs.any/etc/skel/.aliases
@@ -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
--- a/channels/i3/airootfs.any/etc/skel/.config/conky/conky-live.conf
+++ b/channels/i3/airootfs.any/etc/skel/.config/conky/conky-live.conf
@@ -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
--- a/channels/i3/airootfs.any/etc/skel/.zshrc
+++ b/channels/i3/airootfs.any/etc/skel/.zshrc
@@ -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
\ No newline at end of file
Show on old repository browser