small fixes
This commit is contained in:
@@ -8,7 +8,7 @@ _to_install="btop gh imagemagick rbenv ruby-build tmux iperf3 zsh oh-my-posh gs
|
||||
git git-flow nvim azure-cli openssl kubectl typst thonny k9s uv stern nvm lazygit difftastic tpm"
|
||||
|
||||
# Generate symlinks for files
|
||||
for i in gitconfig gitmessage gitignore tmux.conf prettierrc zsh_secrets; do
|
||||
for i in gitconfig gitignore gitmessage tmux.conf zshrc zsh_secrets; do
|
||||
if [ ! -f $HOME/.$i ]; then
|
||||
ln -s $HOME/dotfiles/$i $HOME/.$i
|
||||
else
|
||||
|
||||
2
zshrc
2
zshrc
@@ -95,10 +95,8 @@ function prompt_aks_cluster() {
|
||||
# Only set aliases in interactive shells
|
||||
if [[ $- == *i* ]]; then
|
||||
# Directory shortcuts
|
||||
alias wgo='cd ~/Documents/workspace_go/src'
|
||||
alias wtm='cd ~/Documents/workspace_tm'
|
||||
alias wp='cd ~/Documents/workspace_private'
|
||||
alias obc='cd ~/Documents/workspace_tm/obc'
|
||||
alias cloud='cd ~/Library/Mobile\ Documents/com~apple~CloudDocs'
|
||||
|
||||
# Git shortcuts
|
||||
|
||||
Reference in New Issue
Block a user