Compare commits

..

No commits in common. "47fd2da91211211746a987a96aff52c34e18fee8" and "8279ef7220fbc5a5a071c2ea251e71a65cc87b42" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View file

@ -4,11 +4,9 @@ autorandr
cups
discord
dunst
fastfetch
firefox
flameshot
gnome-keyring
hyfetch
i3-wm
i3lock
i3lock-fancy

8
.zshrc
View file

@ -11,12 +11,6 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# History
HISTFILE=~/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
# Command Alias
alias lss="ls -lah"
alias yt-dlp-mp4="yt-dlp --no-config --format 'bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]'"
@ -35,7 +29,6 @@ alias yd="yadm pull"
alias yu="yadm push"
alias yss="yadm status -s"
# Exports
export EDITOR="nvim"
export NVM_DIR="$HOME/.nvm"
@ -44,4 +37,3 @@ export NVM_DIR="$HOME/.nvm"
export PATH="$HOME/.dotnet/tools:$PATH"
export PATH="$HOME/.yarn/bin:$PATH"