mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-11 05:55:29 +00:00
work on shell env
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# colorize output
|
# colorize output
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias l='ls --color=auto -lFh'
|
alias l='ls --color=auto -lFh'
|
||||||
alias ll='ll --color=auto'
|
alias ll='ls -lah --color=auto'
|
||||||
|
|
||||||
# always create subdirs
|
# always create subdirs
|
||||||
alias mkdir='mkdir -p'
|
alias mkdir='mkdir -p'
|
||||||
|
|||||||
@@ -18,4 +18,3 @@ fi
|
|||||||
export PATH="${PATH}:$HOME/.local/bin"
|
export PATH="${PATH}:$HOME/.local/bin"
|
||||||
export PATH="${PATH}:$HOME/bin"
|
export PATH="${PATH}:$HOME/bin"
|
||||||
export PATH="${PATH}:$HOME/.cargo/bin"
|
export PATH="${PATH}:$HOME/.cargo/bin"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ belak/zsh-utils path:editor # allow vim bindings
|
|||||||
|
|
||||||
# completions and suggestions
|
# completions and suggestions
|
||||||
zsh-users/zsh-history-substring-search
|
zsh-users/zsh-history-substring-search
|
||||||
zsh-users/zsh-completions # additionally completions
|
zsh-users/zsh-completions
|
||||||
zsh-users/zsh-autosuggestions
|
zsh-users/zsh-autosuggestions
|
||||||
djui/alias-tips
|
djui/alias-tips
|
||||||
|
|
||||||
@@ -17,8 +17,8 @@ sunlei/zsh-ssh
|
|||||||
|
|
||||||
ohmyzsh/ohmyzsh path:plugins/git
|
ohmyzsh/ohmyzsh path:plugins/git
|
||||||
ohmyzsh/ohmyzsh path:plugins/command-not-found
|
ohmyzsh/ohmyzsh path:plugins/command-not-found
|
||||||
ohmyzsh/ohmyzsh path:plugins/common-aliases
|
#ohmyzsh/ohmyzsh path:plugins/common-aliases
|
||||||
|
|
||||||
zsh-users/zsh-syntax-highlighting
|
zsh-users/zsh-syntax-highlighting
|
||||||
aikow/zsh-auto-ls
|
desyncr/auto-ls
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user