Remove mutt zsh alias & add to-fix.zsh file
This commit is contained in:
parent
97566ba700
commit
0f042e1f3f
2 changed files with 7 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# conform to XDG base directory specification
|
||||
alias mutt='mutt -F ~/.config/mutt/muttrc'
|
7
zsh/.oh-my-zsh/custom/to-fix.zsh
Normal file
7
zsh/.oh-my-zsh/custom/to-fix.zsh
Normal file
|
@ -0,0 +1,7 @@
|
|||
export RUST_SRC_PATH=~/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src
|
||||
|
||||
alias docker="sudo docker"
|
||||
|
||||
export PATH="$PATH:$HOME/.cargo/bin"
|
||||
|
||||
export PATH="$(ruby -e 'print Gem.user_dir')/bin:$PATH"
|
Loading…
Reference in a new issue