Define EDITOR variable
This commit is contained in:
parent
b12da6a30b
commit
27799df475
13
.bashrc
13
.bashrc
|
@ -13,6 +13,9 @@
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
# Define Editor
|
||||||
|
export EDITOR=nvim
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# ALIASES
|
# ALIASES
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
@ -24,7 +27,7 @@ alias ls='eza -a --icons'
|
||||||
alias ll='eza -al --icons'
|
alias ll='eza -al --icons'
|
||||||
alias lt='eza -a --tree --level=1 --icons'
|
alias lt='eza -a --tree --level=1 --icons'
|
||||||
alias shutdown='systemctl poweroff'
|
alias shutdown='systemctl poweroff'
|
||||||
alias v='nvim'
|
alias v='$EDITOR'
|
||||||
alias ts='~/dotfiles/scripts/snapshot.sh'
|
alias ts='~/dotfiles/scripts/snapshot.sh'
|
||||||
alias matrix='cmatrix'
|
alias matrix='cmatrix'
|
||||||
alias wifi='nmtui'
|
alias wifi='nmtui'
|
||||||
|
@ -76,15 +79,15 @@ alias vmstop='virsh --connect qemu:///system destroy win11'
|
||||||
# EDIT CONFIG FILES
|
# EDIT CONFIG FILES
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
alias confq='nvim ~/dotfiles/qtile/config.py'
|
alias confq='$EDITOR ~/dotfiles/qtile/config.py'
|
||||||
alias confp='nvim ~/dotfiles/picom/picom.conf'
|
alias confp='$EDITOR ~/dotfiles/picom/picom.conf'
|
||||||
alias confb='nvim ~/dotfiles/.bashrc'
|
alias confb='$EDITOR ~/dotfiles/.bashrc'
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# EDIT NOTES
|
# EDIT NOTES
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
alias notes='vim ~/notes.txt'
|
alias notes='$EDITOR ~/notes.txt'
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# SYSTEM
|
# SYSTEM
|
||||||
|
|
|
@ -35,7 +35,9 @@
|
||||||
"custom/settings",
|
"custom/settings",
|
||||||
"custom/waybarthemes",
|
"custom/waybarthemes",
|
||||||
"custom/wallpaper",
|
"custom/wallpaper",
|
||||||
|
// START TASK TOOGLE
|
||||||
"wlr/taskbar",
|
"wlr/taskbar",
|
||||||
|
// END TASK TOOGLE
|
||||||
"group/quicklinks",
|
"group/quicklinks",
|
||||||
"hyprland/window"
|
"hyprland/window"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user