mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore: rename dotfile folder
This commit is contained in:
4
zshrc
4
zshrc
@@ -2,7 +2,7 @@
|
|||||||
# ***********************
|
# ***********************
|
||||||
|
|
||||||
# Load Antigen plugin manager
|
# Load Antigen plugin manager
|
||||||
source ~/dotfiles/.antigen/antigen.zsh
|
source ~/.dotfiles/.antigen/antigen.zsh
|
||||||
|
|
||||||
# Load the oh-my-zsh library
|
# Load the oh-my-zsh library
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
@@ -77,7 +77,7 @@ fi
|
|||||||
alias ia='open $1 -a /Applications/iA\ Writer.app'
|
alias ia='open $1 -a /Applications/iA\ Writer.app'
|
||||||
|
|
||||||
# Dotfiles folder
|
# Dotfiles folder
|
||||||
alias dotfiles="cd $HOME/dotfiles"
|
alias dotfiles="cd $HOME/.dotfiles"
|
||||||
|
|
||||||
# iCloud
|
# iCloud
|
||||||
alias icloud="cd $HOME/Library/Mobile\ Documents/com~apple~CloudDocs"
|
alias icloud="cd $HOME/Library/Mobile\ Documents/com~apple~CloudDocs"
|
||||||
|
|||||||
Reference in New Issue
Block a user