added sysadmin-util from skx
This commit is contained in:
parent
6bd90e4413
commit
4a799e24b3
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ export ZSH=~/.dotfiles/lib/ohmyzsh
|
||||||
ZSH_THEME="pygmalion"
|
ZSH_THEME="pygmalion"
|
||||||
|
|
||||||
# Path
|
# Path
|
||||||
export PATH="$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
|
export PATH="$HOME/utils:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
plugins=(gem bundler composer git pip vagrant docker python extract)
|
plugins=(gem bundler composer git pip vagrant docker python extract)
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
- link:
|
- link:
|
||||||
~/.dotfiles: ''
|
~/.dotfiles: ''
|
||||||
~/bin: bin/
|
~/bin: bin/
|
||||||
|
~/utils: sysadmin-util/
|
||||||
~/.nano: lib/nano/syntax
|
~/.nano: lib/nano/syntax
|
||||||
~/.nanorc: files/nanorc
|
~/.nanorc: files/nanorc
|
||||||
~/.dircolors: files/dircolors
|
~/.dircolors: files/dircolors
|
||||||
|
|
Loading…
Add table
Reference in a new issue