mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(fish): Switch shell to fish
This commit is contained in:
parent
053304c4d5
commit
9ed1246583
16 changed files with 3389 additions and 17 deletions
|
|
@ -34,7 +34,7 @@ if command -v lsd > /dev/null; then
|
|||
alias ls='lsd -A -I .DS_Store -I .git'
|
||||
alias l='lsd -lah'
|
||||
alias ll='lsd -l'
|
||||
alias tree='lsd --tree -I .DS_Store -I .git'
|
||||
alias tree='lsd --tree -I .DS_Store -I .git -A'
|
||||
fi
|
||||
|
||||
# Functions #
|
||||
|
|
@ -89,3 +89,8 @@ if command -v brew > /dev/null; then
|
|||
alias brewc="brew cleanup"
|
||||
alias brewr="brew uninstall"
|
||||
fi
|
||||
|
||||
alias -s {htm,html,css,scss,js,jsx,ts,tsx,json,jsonc}=code
|
||||
alias -s {md,markdown}=code
|
||||
alias -s {py,sh,rb,pl,php,java,c,cpp,h,hpp}=nvim
|
||||
alias -s {cs,csx,fs,fsx,razor}=code
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ done
|
|||
# Use `set -k` to mark leading `#` as a comment character
|
||||
set -k
|
||||
|
||||
# TODO: Below should be reorganized
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
# # TODO: Below should be reorganized
|
||||
# export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
export NVM_DIR="$HOME/.config/nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
# export NVM_DIR="$HOME/.config/nvm"
|
||||
# [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue