diff options
Diffstat (limited to 'config/home')
| -rw-r--r-- | config/home/.bashrc | 2 | ||||
| -rw-r--r-- | config/home/.zshenv | 8 | 
2 files changed, 6 insertions, 4 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc index 149270c..c8c3a52 100644 --- a/config/home/.bashrc +++ b/config/home/.bashrc @@ -7,7 +7,7 @@ PATH=$HOME/bin:$PATH  # bold="\[\033[1m\]"  # reset="\[\033[0m\]"  # PS1="${color1}${bold} ${color3}\\u${reset}${color3}${color4}@${color2}${bold}\\h${reset}${color3} \\w${reset} " -PS1='$ ' +PS1=' \w $ '  HISTFILE=  . $HOME/.config/shell/aliases.sh   . $HOME/.config/shell/functions.sh diff --git a/config/home/.zshenv b/config/home/.zshenv index 189d10b..3f6f4dc 100644 --- a/config/home/.zshenv +++ b/config/home/.zshenv @@ -1,8 +1,8 @@  #!/bin/zsh -export EDITOR="nvim" -export VISUAL="nvim" +export EDITOR="vis" +export VISUAL="vis" -export BROWSER="osurf" +export BROWSER="zen-browser"  export VIEWER="zathura"  export PLAYER="mpv" @@ -99,3 +99,5 @@ export PATH="$PATH:$PLAN9/bin"  export SSH_ASKPASS=askpass  export SSH_ASKPASS_REQUIRE=prefer + +export MAKEFLAGS="-j$(nproc)"  | 
