Compatibility with Zorin

This commit is contained in:
2021-11-23 19:41:42 +00:00
parent eefc4e84a0
commit ba4c2d8d99
7 changed files with 23 additions and 5 deletions

View File

@@ -47,7 +47,6 @@ alias \
lc="clone_from_labs" \
gc="clone_from_github" \
dgit="git --git-dir ~/.config/dotfiles/.git --work-tree=$HOME" \
sudo=doas \
.z="source ~/.config/shell/profile" \
testmic="arecord -vv -f dat /dev/null"
@@ -57,6 +56,8 @@ alias \
roi="trans ro:en -i" \
enr="trans en:ro -j -- "
which doas >/dev/null && alias sudo=doas
# Clone from labs
function clone_from_labs() {
git clone "git@labs.scarif.space:chris/$1" "${@:2}"

View File

@@ -1,7 +1,6 @@
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources
cfb ~/.local/src/dwmblocks/config.h
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim
cfz $ZDOTDIR/.zshrc
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc

View File

@@ -3,9 +3,9 @@
# profile file. Runs on login. Environmental variables are set here.
# Adds `~/.local/bin` to $PATH
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)"
#export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}:$(yarn global bin)"
unsetopt PROMPT_SP
#unsetopt PROMPT_SP
# Default programs
export EDITOR="nvim"