actually include alias script lol also comp for picom
This commit is contained in:
parent
61e93d38a2
commit
a89cff7344
|
@ -1 +1,24 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
alias dots="/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME"
|
||||||
|
alias en="dict -d fra-eng"
|
||||||
|
alias f=fff
|
||||||
|
alias fr="dict -d eng-fra"
|
||||||
|
alias key="$SCRIPTS/sshkey.sh"
|
||||||
|
alias nf="neofetch"
|
||||||
|
alias p="ping archlinux.org"
|
||||||
|
alias o=xdg-open
|
||||||
|
alias r=ranger
|
||||||
|
alias sv="sudo $EDITOR"
|
||||||
|
alias t="$SCRIPTS/term.sh &"
|
||||||
|
alias td=todolist
|
||||||
|
alias theme="$SCRIPTS/theme"
|
||||||
|
alias v=$EDITOR
|
||||||
|
alias vi=$EDITOR
|
||||||
|
alias w="curl '$WTTRURL'"
|
||||||
|
alias weather="curl '$WTTRURL'"
|
||||||
|
|
||||||
|
# you're not in Vim ya dummy
|
||||||
|
alias :q=exit
|
||||||
|
alias :wq=exit
|
||||||
|
alias :w="make run"
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
nohup picom \
|
||||||
|
--config "$HOME/.config/picom/picom.conf"\
|
||||||
|
--experimental-backends &>/dev/null &
|
5
.zshrc
5
.zshrc
|
@ -31,11 +31,6 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
|
||||||
|
|
||||||
source "$SCRIPTS/alias.sh"
|
source "$SCRIPTS/alias.sh"
|
||||||
|
|
||||||
# you're not in Vim ya dummy
|
|
||||||
alias :q=exit
|
|
||||||
alias :wq=exit
|
|
||||||
alias :w="make run"
|
|
||||||
|
|
||||||
# start ssh-agent automatically
|
# start ssh-agent automatically
|
||||||
ssh-agent
|
ssh-agent
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
|
|
Loading…
Reference in New Issue