Skip to content

Commit 432d2aa

Browse files
committed
update
1 parent 9caae91 commit 432d2aa

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

zshrc

-35
Original file line numberDiff line numberDiff line change
@@ -58,35 +58,6 @@ source $ZSH/oh-my-zsh.sh
5858

5959
# User configuration
6060

61-
# export MANPATH="/usr/local/man:$MANPATH"
62-
63-
# You may need to manually set your language environment
64-
# export LANG=en_US.UTF-8
65-
66-
# Preferred editor for local and remote sessions
67-
# if [[ -n $SSH_CONNECTION ]]; then
68-
# export EDITOR='vim'
69-
# else
70-
# export EDITOR='mvim'
71-
# fi
72-
73-
# Compilation flags
74-
# export ARCHFLAGS="-arch x86_64"
75-
76-
# ssh
77-
# export SSH_KEY_PATH="~/.ssh/dsa_id"
78-
79-
# Set personal aliases, overriding those provided by oh-my-zsh libs,
80-
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
81-
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
82-
# For a full list of active aliases, run `alias`.
83-
#
84-
# Example aliases
85-
# alias zshconfig="mate ~/.zshrc"
86-
# alias ohmyzsh="mate ~/.oh-my-zsh"
87-
#
88-
89-
# MY THEME
9061
local ret_status="%(?:%{$fg_bold[green]%}>>:%{$fg_bold[red]%}>>)"
9162
PS1='${ret_status} %{$fg[yellow]%}%c%{$reset_color%} $(git_prompt_info)'
9263

@@ -101,18 +72,12 @@ fpath=(/usr/local/share/zsh-completions $fpath)
10172
export LANG='en_US.UTF-8'
10273
export LC_ALL='en_US.UTF-8'
10374
export EDITOR='/opt/local/bin/nvim'
104-
export HOMEBREW_GITHUB_API_TOKEN=a9d0551985f9ff5be90e1fb0df1a77f5d61d1057
10575
alias devenv='pushd ~/Documents/programming && tmux && popd'
10676
alias gitlog='git log --all --graph --pretty=format:"%Cred%h%Creset %C(bold blue)%an%Creset :%C(yellow)%d%Creset %s %Cgreen(%cr) %Creset" --abbrev-commit'
10777
alias mpv='open -na mpv.app'
108-
alias loadkhd='launchctl load /Users/Koe/Library/LaunchAgents/com.koekeishiya.khd.plist'
109-
alias unloadkhd='launchctl unload /Users/Koe/Library/LaunchAgents/com.koekeishiya.khd.plist'
110-
alias ebar='nvim "/Users/Koe/Library/Application Support/Übersicht/widgets"'
11178
alias ll='ls -lh'
11279
alias lz="ps axo pid=,stat= | awk '\$2~/^Z/ { print \$1 }'"
11380
alias binclock='python /Users/Koe/Scripts/binclock.py'
114-
alias day-mode='/Users/Koe/Scripts/day-mode'
115-
alias night-mode='/Users/Koe/Scripts/night-mode'
11681
alias nosleep='caffeinate -d'
11782
alias disasm='objdump -disassemble'
11883

0 commit comments

Comments
 (0)