Add neovim config with kickstart-modular. Update shell configs.
This commit is contained in:
1
zsh/README.md
Normal file
1
zsh/README.md
Normal file
@@ -0,0 +1 @@
|
||||
General shell configuration including zsh, and profile.
|
||||
4
zsh/dot-profile
Normal file
4
zsh/dot-profile
Normal file
@@ -0,0 +1,4 @@
|
||||
# Install packages locally to prevent interference with packages installed with pacman
|
||||
PATH=$PATH:~/.npm-global/bin
|
||||
export GEM_HOME="$(gem env user_gemhome)"
|
||||
PATH="$PATH:$GEM_HOME/bin"
|
||||
@@ -15,14 +15,14 @@ PROMPT='%F{magenta}%* %F{cyan}%~ %(?.%F{green}.%F{red})%#%f '
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias vim='nvim'
|
||||
alias ..='cd ..'
|
||||
alias ...='cd ../..'
|
||||
alias ....='cd ../../..'
|
||||
alias .....='cd ../../../..'
|
||||
alias ......='cd ../../../../..'
|
||||
|
||||
# Fun tools
|
||||
alias transcat='queercat -f transgender'
|
||||
alias bicat='queercat -f bisexual'
|
||||
|
||||
# Install packages locally to prevent interference with packages installed with pacman
|
||||
PATH=$PATH:~/.npm-global/bin
|
||||
export GEM_HOME="$(gem env user_gemhome)"
|
||||
PATH="$PATH:$GEM_HOME/bin"
|
||||
|
||||
source <(fzf --zsh)
|
||||
|
||||
Reference in New Issue
Block a user