mirror of
https://github.com/GHOSCHT/dotfiles.git
synced 2024-12-26 06:20:38 +01:00
Add nix shell alias
This commit is contained in:
parent
1dcbba0d42
commit
836bd10bab
1 changed files with 2 additions and 1 deletions
|
@ -4,10 +4,11 @@ end
|
|||
alias ls "exa"
|
||||
alias gksu='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY'
|
||||
set PATH ~/.nix-profile/bin $PATH
|
||||
any-nix-shell fish --info-right | source
|
||||
#any-nix-shell fish --info-right | source
|
||||
alias nanokontroller "python3 $HOME/.local/bin/nanoKontroller --config $HOME/.config/nanoKontroller/nanoKontroller.ini"
|
||||
alias spicetify-ba "sudo chmod a+wr /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify && sudo chmod a+wr -R /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/Apps && spicetify backup apply"
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias hx='~/scripts/heliox-cli.py'
|
||||
fish_add_path ~/.config/yarn/global/node_modules/.bin/
|
||||
zoxide init fish | source
|
||||
alias shell='nix-shell --command fish'
|
||||
|
|
Loading…
Reference in a new issue