Miscellaneous DWL and Update changes

This commit is contained in:
2024-04-07 13:07:53 -07:00
parent 5e56166650
commit 52e892a323
6 changed files with 141 additions and 9 deletions

View File

@@ -29,7 +29,8 @@ alias q=exit
alias a=clear
alias h=history
alias e=$EDITOR
alias n=nvim
alias n=$EDITOR
alias gn=neovide
#
# Functions
@@ -38,6 +39,7 @@ function myvim () {
gvim $1 >& /dev/null &
disown %1
}
function pyedit () {
gedit $1 >& /dev/null &
disown %1