¨test¨
This commit is contained in:
parent
25d579d105
commit
0c99dea63d
@ -11,6 +11,11 @@ alias rnr="ranger"
|
||||
alias startsunshine="systemctl --user restart sunshine.service"
|
||||
alias sourcerc="source ~/.bashrc"
|
||||
alias john="~/.local/share/sunhat/packages/JohnTheRipper/run/john"
|
||||
alias c="clear"
|
||||
alias shutdown="systemctl poweroff"
|
||||
alias ts="~/.config/hypr/scripts/snapshot.sh"
|
||||
alias wifi="mctui"
|
||||
alias update-grub="sudo grub-mkconfig -o /etc/grub2-efi.cfg"
|
||||
|
||||
# File system
|
||||
alias ls='eza -lh --group-directories-first --icons'
|
||||
@ -39,3 +44,14 @@ alias gcad='git commit -a --amend'
|
||||
# Compression
|
||||
compress() { tar -czf "${1%/}.tar.gz" "${1%/}"; }
|
||||
alias decompress="tar -xzf"
|
||||
|
||||
# ML4W Apps
|
||||
#alias ml4w='com.ml4w.welcome'
|
||||
#alias ml4w-settings='com.ml4w.dotfilessettings'
|
||||
#alias ml4w-hyprland='com.ml4w.hyprland.settings'
|
||||
#alias ml4w-options='ml4w-hyprland-setup -m options'
|
||||
#alias ml4w-sidebar='ags toggle sidebar'
|
||||
#alias ml4w-diagnosis='~/.config/hypr/scripts/diagnosis.sh'
|
||||
#alias ml4w-hyprland-diagnosis='~/.config/hypr/scripts/diagnosis.sh'
|
||||
#alias ml4w-qtile-diagnosis='~/.config/ml4w/qtile/scripts/diagnosis.sh'
|
||||
#alias ml4w-update='~/.config/ml4w/update.sh'
|
||||
|
@ -1,7 +1,12 @@
|
||||
# Powerline configuration
|
||||
if [ -f /usr/bin/powerline-daemon ]; then
|
||||
powerline-daemon -q
|
||||
POWERLINE_BASH_CONTINUATION=1
|
||||
POWERLINE_BASH_SELECT=1
|
||||
source /usr/share/powerline/bash/powerline.sh
|
||||
fi
|
||||
#if [ -f /usr/bin/powerline-daemon ]; then
|
||||
#powerline-daemon -q
|
||||
#POWERLINE_BASH_CONTINUATION=1
|
||||
#POWERLINE_BASH_SELECT=1
|
||||
#source /usr/share/powerline/bash/powerline.sh
|
||||
#fi
|
||||
# -----------------------------------------------------
|
||||
# Prompt
|
||||
# -----------------------------------------------------
|
||||
# eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/zen.toml)"
|
||||
eval "$(oh-my-posh init bash --config $HOME/.config/ohmyposh/EDM115-newline.omp.json)"
|
||||
|
@ -15,7 +15,7 @@ HISTFILESIZE="${HISTSIZE}"
|
||||
|
||||
# Editor used by CLI
|
||||
export EDITOR="nvim"
|
||||
export SUDO_EDITOR="nvim"
|
||||
export SUDO_EDITOR="$EDITOR"
|
||||
|
||||
# Define Paths
|
||||
export SUNHAT_PATH="$HOME/.local/share/sunhat"
|
||||
@ -25,7 +25,7 @@ export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||
|
||||
# Set complete path
|
||||
export PATH="$HOME/bin:$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$SUNHAT_PATH/bin:$BUN_INSTALL/bin:$CARGO_PATH/bin:$PNPM_HOME:$PYENV_ROOT/bin:$HOME/.rbenv/bin"
|
||||
export PATH="$HOME/bin:$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$SUNHAT_PATH/bin:$BUN_INSTALL/bin:$CARGO_PATH/bin:$PNPM_HOME:$PYENV_ROOT/bin:$HOME/.rbenv/bin:/usr/lib/ccache/bin/"
|
||||
set +h
|
||||
|
||||
# Zoxide
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit b9ac086adf5c14d07f8b60a7009acd878f6cf7ca
|
||||
Subproject commit fd9a7dd4f2afccaeb61623286b1230c0df0c7033
|
Loading…
x
Reference in New Issue
Block a user