mirror of
https://github.com/akelge/zsh
synced 2025-07-04 05:29:06 +00:00
migration
This commit is contained in:
14
zsh.d/Linux/50-linux.zsh
Normal file
14
zsh.d/Linux/50-linux.zsh
Normal file
@ -0,0 +1,14 @@
|
||||
# Linux
|
||||
|
||||
if which dircolors > /dev/null; then
|
||||
if [ -f /etc/dir_colors ]; then
|
||||
eval `dircolors /etc/dir_colors`
|
||||
else
|
||||
eval `dircolors`
|
||||
fi
|
||||
fi
|
||||
|
||||
alias ls='LANG=C ls -F --color=auto --group-directories-first'
|
||||
alias open='xdg-open '
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
2
zsh.d/Linux/90-less.zsh
Normal file
2
zsh.d/Linux/90-less.zsh
Normal file
@ -0,0 +1,2 @@
|
||||
LESSPIPE=`whence -p lesspipe || whence -p lesspipe.sh`
|
||||
eval `$LESSPIPE`
|
Reference in New Issue
Block a user