@@ -1,5 +1,8 @@
|
|||||||
## Changelogs
|
## Changelogs
|
||||||
|
|
||||||
|
## 07 Jul 2024
|
||||||
|
- added eza (ls replacement for tty). Note only on .zshrc
|
||||||
|
|
||||||
## 25 Jun 2024
|
## 25 Jun 2024
|
||||||
- added fbdev=1 for nvidia.sh on `/etc/modprobe.d/nvidia.conf`. see here `https://wiki.hyprland.org/Nvidia/#drm-kernel-mode-setting`
|
- added fbdev=1 for nvidia.sh on `/etc/modprobe.d/nvidia.conf`. see here `https://wiki.hyprland.org/Nvidia/#drm-kernel-mode-setting`
|
||||||
|
|
||||||
|
|||||||
@@ -17,11 +17,15 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# Check archlinux plugin commands here
|
# Check archlinux plugin commands here
|
||||||
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
|
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/archlinux
|
||||||
|
|
||||||
|
|
||||||
# Display Pokemon-colorscripts
|
# Display Pokemon-colorscripts
|
||||||
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
|
# Project page: https://gitlab.com/phoneybadger/pokemon-colorscripts#on-other-distros-and-macos
|
||||||
#pokemon-colorscripts --no-title -s -r
|
#pokemon-colorscripts --no-title -s -r
|
||||||
|
|
||||||
|
# Set-up icons for files/folders in terminal
|
||||||
|
alias ls='eza -a --icons'
|
||||||
|
alias ll='eza -al --icons'
|
||||||
|
alias lt='eza -a --tree --level=1 --icons'
|
||||||
|
|
||||||
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
# Set-up FZF key bindings (CTRL R for fuzzy history finder)
|
||||||
source <(fzf --zsh)
|
source <(fzf --zsh)
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ if [[ $USE_PRESET = [Yy] ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
zsh=(
|
zsh=(
|
||||||
|
eza
|
||||||
zsh
|
zsh
|
||||||
zsh-completions
|
zsh-completions
|
||||||
fzf
|
fzf
|
||||||
|
|||||||
Reference in New Issue
Block a user