diff options
-rwxr-xr-x | zsh/.zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,10 +7,11 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space | |||
7 | #exports | 7 | #exports |
8 | export VISUAL=nvim | 8 | export VISUAL=nvim |
9 | export EDITOR="$VISUAL" | 9 | export EDITOR="$VISUAL" |
10 | export BROWSER=brave-bin | 10 | export BROWSER=/usr/bin/brave |
11 | export PATH=$PATH:$HOME/.bin | 11 | export PATH=$PATH:$HOME/.bin |
12 | export TERM=foot | 12 | export TERM=foot |
13 | export XDG_CURRENT_DESKTOP=sway | 13 | export XDG_CURRENT_DESKTOP=sway |
14 | export MANPAGER="nvim -c 'set ft=man' - " | ||
14 | 15 | ||
15 | #aliases | 16 | #aliases |
16 | alias ..="cd .." | 17 | alias ..="cd .." |
@@ -32,6 +33,8 @@ alias v="nvim" | |||
32 | alias vim="nvim" | 33 | alias vim="nvim" |
33 | alias sudo="sudo " | 34 | alias sudo="sudo " |
34 | alias mp3dl="youtube-dl -x --audio-format mp3" | 35 | alias mp3dl="youtube-dl -x --audio-format mp3" |
36 | alias o="xdg-open" | ||
37 | alias webm="rm ~/src/site/dst/.files && ssg5 ~/src/site/src ~/src/site/dst 'pryr\'s website' 'https://pryr.xyz'" | ||
35 | 38 | ||
36 | up() { | 39 | up() { |
37 | curl -F "file=@$*" https://0x0.st | xclip -selection clipboard | 40 | curl -F "file=@$*" https://0x0.st | xclip -selection clipboard |