fixed emacs config, added picom to i3

This commit is contained in:
2023-11-02 15:32:38 +01:00
parent 38ba3b8aef
commit e881d7c7f5
4 changed files with 69 additions and 2 deletions

4
.zshrc
View File

@@ -4,6 +4,7 @@
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export PATH=$HOME/my_scripts:$PATH
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
@@ -116,3 +117,6 @@ alias ls='eza'
alias lt='eza --tree'
neofetch
# Created by `pipx` on 2023-11-02 13:38:50
export PATH="$PATH:/home/maxime/.local/bin"