mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:06:41 +00:00
16 lines
309 B
Bash
16 lines
309 B
Bash
#
|
|
# Linux specific setup
|
|
#
|
|
|
|
# Aliases
|
|
alias o="xdg-open"
|
|
|
|
# Ensure 256 color support in Linux
|
|
export TERM="xterm-256color"
|
|
|
|
path_append "/opt/tigervnc/bin"
|
|
|
|
zinit light-mode wait lucid as'program' from'gh-r' mv'shfmt* -> shfmt' \
|
|
atclone'./shfmt completions zsh > _shfmt' atpull'%atclone' \
|
|
for @mvdan/sh
|