Skip to content

Commit bf14daf

Browse files
committed
[fix] : Issue #165
1 parent 76b2712 commit bf14daf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,7 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
109109
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
110110

111111
# Alias
112-
[[ -f .aliases ]] && source .aliases
112+
[[ -f .aliases ]] && source .aliases
113+
114+
# Set default terminal
115+
export TERMINAL=/usr/bin/sakura

0 commit comments

Comments
 (0)