all repos

dotfiles @ 917b69171df2a7caabdc1b014456e35dd1693020

i use rach linux btw

dotfiles/zshrc (view raw)

1
export ZSH="$HOME/.oh-my-zsh"
2
export PATH="$HOME/bin:$PATH"
3
source ~/.env
4
source ~/.profile
5
6
7
### Oh my zsh ###
8
ZSH_THEME="cyan-simple"          # Set theme
9
#CASE_SENSITIVE="true"           # Use case-sensitive completion.
10
#HYPHEN_INSENSITIVE="true"       # Case-sensitive completion must be off.
11
#DISABLE_AUTO_UPDATE="true"      # Disable bi-weekly auto-update checks.
12
#DISABLE_UPDATE_PROMPT="true"    # Automatically update without prompting.
13
#DISABLE_MAGIC_FUNCTIONS="true"  # If pasting URLs and other text is messed up.
14
#DISABLE_LS_COLORS="true"        # Disable colors in ls.
15
#DISABLE_AUTO_TITLE="true"        # Disable auto-setting terminal title.
16
#ENABLE_CORRECTION="true"        # Enable command auto-correction.
17
#COMPLETION_WAITING_DOTS="true"  # Display red dots whilst waiting for completion.
18
export UPDATE_ZSH_DAYS=13        # Change how often to auto-update.
19
export LANG=en_US.UTF-8          # Set locale
20
21
plugins=(pip python sudo heroku git taskwarrior)
22
source $ZSH/oh-my-zsh.sh
23
24
25
### Variables ###
26
export EDITOR="nvim"
27
export VISUAL="nvim"
28
29
### Aliases ###
30
alias cls="clear"
31
alias :q="exit"
32
alias tmux="tmux -2"
33
alias icat="kitty +kitten icat"
34
35
alias ..="cd .."
36
alias ...="cd ../.."
37
alias .3="cd ../../.."
38
alias .4="cd ../../../.."
39
alias .5="cd ../../../../.."
40
alias .6="cd ../../../../../.."
41
42
alias tozsh="chsh -s /bin/zsh && echo 'Now log out.'"
43
alias tofish="chsh -s /bin/fish && echo 'Now log out.'"
44
alias tobash="chsh -s /bin/bash && echo 'Now log out.'"
45
46
### Pfetch ###
47
pfetch