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"
|
||||
|
||||
# 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=(gem bundler composer git pip vagrant docker python extract)
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
- link:
|
||||
~/.dotfiles: ''
|
||||
~/bin: bin/
|
||||
~/utils: sysadmin-util/
|
||||
~/.nano: lib/nano/syntax
|
||||
~/.nanorc: files/nanorc
|
||||
~/.dircolors: files/dircolors
|
||||
|
|
Loading…
Add table
Reference in a new issue