summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-24 15:52:26 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-24 15:52:26 +0200
commit78fb669d86035117d2a6ac861fe415892e922717 (patch)
tree8cc36666fbb47b38d5a83f14ed94a011c063dfba
parentupdate (diff)
downloaddotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.gz
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.bz2
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.xz
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.tar.zst
dotfiles-bsd-78fb669d86035117d2a6ac861fe415892e922717.zip
update
-rw-r--r--.config/env2
-rw-r--r--.config/zsh/.zshrc2
-rw-r--r--.config/zsh/alias.zsh1
-rw-r--r--.profile2
4 files changed, 4 insertions, 3 deletions
diff --git a/.config/env b/.config/env
index a14f33a..5843c60 100644
--- a/.config/env
+++ b/.config/env
@@ -92,4 +92,4 @@ export WWW_HOME='https://start.duckduckgo.com/'
export YTFZF_HIST='0'
# PATH
-export PATH=/usr/local/bin:"$HOME"/bin:"$HOME"/.local/bin:"$HOME"/.local/bin/status:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH"
+# export PATH="$PATH"
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index b26ff59..6af7f1d 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -102,7 +102,5 @@ bindkey -v "^ " globalias
bindkey -v " " magic-space
bindkey -M isearch " " magic-space
-export LANG='en_US.UTF-8'
-
PROMPT="%B%{$fg[red]%}%M %{$fg[blue]%}%c%{$fg[red]%}%#%{$reset_color%} "
RPROMPT="%{$fg_bold[red]%}%(?..%?)%{$reset_color%}"
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 2bc7cef..4213115 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -44,6 +44,7 @@ alias \
rsync='rsync -v -h' \
grep='grep --color=always' \
rgrep='grep -R -n -H' \
+ most='most -t4' \
fsl='fossil' \
diff='colordiff' \
ctags='uctags "--exclude=.ccls*"' \
diff --git a/.profile b/.profile
index 046b42e..f4035a3 100644
--- a/.profile
+++ b/.profile
@@ -19,6 +19,8 @@
# set ENV to a file invoked each time sh is started for interactive use.
export ENV=$HOME/.config/env
+# export PATH="$HOME"/.local/bin:"$HOME"/.local/bin/status:"$GOBIN":"$XDG_PACKAGE_HOME"/fzf-zsh-plugin/bin:"$XDG_DATA_HOME"/cargo/bin:"$PATH"
+
# Let sh(1) know it's at home, despite /home being a symlink.
if [ "$PWD" != "$HOME" ] && [ "$PWD" -ef "$HOME" ] ; then cd ; fi