tako PATH
This commit is contained in:
parent
d79565e245
commit
3bd387c0aa
1 changed files with 7 additions and 2 deletions
|
|
@ -21,8 +21,13 @@ $XDG_CONFIG_HOME = $HOME + '/.config'
|
|||
$SXHKD_SHELL = '/bin/sh'
|
||||
$EDITOR = 'emacs'
|
||||
$VISUAL = $EDITOR
|
||||
$PATH.insert(0, $HOME + '/bin')
|
||||
$PATH.insert(0, $HOME + '/.local/bin')
|
||||
|
||||
for path in [
|
||||
$HOME + '/bin',
|
||||
$HOME + '/.local/bin',
|
||||
]:
|
||||
if path not in $PATH:
|
||||
$PATH.insert(0, path)
|
||||
|
||||
$LS_COLORS = $(dircolors @($HOME + '/.config/zsh/dircolors.256dark'))[len("LS_COLORS='"):-len("';\nexport LS_COLORS")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue