Update bookmarks
This commit is contained in:
Submodule .config/nvim updated: 4f6f50cd6f...ca6e7089fa
@@ -211,6 +211,8 @@ alias \
|
|||||||
gm="git merge" \
|
gm="git merge" \
|
||||||
gp="git push" \
|
gp="git push" \
|
||||||
grb="git rebase" \
|
grb="git rebase" \
|
||||||
|
grba="git rebase --abort" \
|
||||||
|
grbc="git rebase --continue" \
|
||||||
gsb="git status -sb" \
|
gsb="git status -sb" \
|
||||||
gsh="git show" \
|
gsh="git show" \
|
||||||
gsps="git show --pretty=short --show-signature" \
|
gsps="git show --pretty=short --show-signature" \
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
cac ${XDG_CACHE_HOME:-$HOME/.cache}
|
cac ${XDG_CACHE_HOME:-$HOME/.cache}
|
||||||
cf ${XDG_CONFIG_HOME:-$HOME/.config}
|
cf ${XDG_CONFIG_HOME:-$HOME/.config}
|
||||||
|
nv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/lua
|
||||||
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
|
D ${XDG_DOWNLOAD_DIR:-$HOME/Downloads}
|
||||||
d ${XDG_DOCUMENTS_DIR:-$HOME/Tower/Documents}
|
d ${XDG_DOCUMENTS_DIR:-$HOME/Tower/Documents}
|
||||||
dt ${XDG_DATA_HOME:-$HOME/.local/share}
|
dt ${XDG_DATA_HOME:-$HOME/.local/share}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files
|
bf ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-files
|
||||||
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs
|
bd ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs
|
||||||
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources
|
cfx ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources
|
||||||
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.vim
|
cfv ${XDG_CONFIG_HOME:-$HOME/.config}/nvim/init.lua
|
||||||
cfz $ZDOTDIR/.zshrc
|
cfz $ZDOTDIR/.zshrc
|
||||||
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
cfa ${XDG_CONFIG_HOME:-$HOME/.config}/shell/aliasrc
|
||||||
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
|
cfp ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile
|
||||||
|
|||||||
@@ -1,32 +1,32 @@
|
|||||||
# vim: filetype=sh
|
# vim: filetype=sh
|
||||||
alias cac="cd /home/chris/.cache && ls -a" \
|
alias cac="cd /home/chris/.cache && ls" \
|
||||||
cf="cd /home/chris/.config && ls -a" \
|
cf="cd /home/chris/.config && ls" \
|
||||||
D="cd /home/chris/Downloads && ls -a" \
|
nv="cd /home/chris/.config/nvim/lua && ls" \
|
||||||
d="cd /home/chris/Tower/Documents && ls -a" \
|
D="cd /home/chris/Downloads && ls" \
|
||||||
dt="cd /home/chris/.local/share && ls -a" \
|
d="cd /home/chris/Tower/Documents && ls" \
|
||||||
h="cd /home/chris && ls -a" \
|
dt="cd /home/chris/.local/share && ls" \
|
||||||
l="cd /home/chris/Tower/Library && ls -a" \
|
h="cd /home/chris && ls" \
|
||||||
r="cd /home/chris/Tower/Resources && ls -a" \
|
l="cd /home/chris/Tower/Library && ls" \
|
||||||
m="cd /home/chris/Tower/Music && ls -a" \
|
r="cd /home/chris/Tower/Resources && ls" \
|
||||||
mn="cd /mnt && ls -a" \
|
m="cd /home/chris/Tower/Music && ls" \
|
||||||
pp="cd /home/chris/Tower/Pictures && ls -a" \
|
mn="cd /mnt && ls" \
|
||||||
sc="cd /home/chris/.local/bin && ls -a" \
|
pp="cd /home/chris/Tower/Pictures && ls" \
|
||||||
src="cd /home/chris/.local/src && ls -a" \
|
sc="cd /home/chris/.local/bin && ls" \
|
||||||
vv="cd /home/chris/Tower/Videos && ls -a" \
|
src="cd /home/chris/.local/src && ls" \
|
||||||
c="cd /home/chris/Code && ls -a" \
|
vv="cd /home/chris/Tower/Videos && ls" \
|
||||||
cp="cd /home/chris/Code/PHP && ls -a" \
|
c="cd /home/chris/Code && ls" \
|
||||||
cw="cd /home/chris/Code/Websites && ls -a" \
|
cp="cd /home/chris/Code/PHP && ls" \
|
||||||
cj="cd /home/chris/Code/JavaScript && ls -a" \
|
cw="cd /home/chris/Code/Websites && ls" \
|
||||||
co="cd /home/chris/Code/DevOps && ls -a" \
|
cj="cd /home/chris/Code/JavaScript && ls" \
|
||||||
cr="cd /home/chris/Code/Rust && ls -a" \
|
co="cd /home/chris/Code/DevOps && ls" \
|
||||||
cm="cd /home/chris/Code/MobileApps && ls -a" \
|
cr="cd /home/chris/Code/Rust && ls" \
|
||||||
cs="cd /home/chris/Code/Scala && ls -a" \
|
cm="cd /home/chris/Code/MobileApps && ls" \
|
||||||
ct="cd /home/chris/Code/Tutorials && ls -a" \
|
cs="cd /home/chris/Code/Scala && ls" \
|
||||||
|
ct="cd /home/chris/Code/Tutorials && ls" \
|
||||||
bf="$EDITOR /home/chris/.config/shell/bm-files" \
|
bf="$EDITOR /home/chris/.config/shell/bm-files" \
|
||||||
bd="$EDITOR /home/chris/.config/shell/bm-dirs" \
|
bd="$EDITOR /home/chris/.config/shell/bm-dirs" \
|
||||||
cfx="$EDITOR /home/chris/.config/x11/xresources" \
|
cfx="$EDITOR /home/chris/.config/x11/xresources" \
|
||||||
cfb="$EDITOR ~/.local/src/dwmblocks/config.h" \
|
cfv="$EDITOR /home/chris/.config/nvim/init.lua" \
|
||||||
cfv="$EDITOR /home/chris/.config/nvim/init.vim" \
|
|
||||||
cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
|
cfz="$EDITOR /home/chris/.config/zsh/.zshrc" \
|
||||||
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
|
cfa="$EDITOR /home/chris/.config/shell/aliasrc" \
|
||||||
cfp="$EDITOR /home/chris/.config/shell/profile" \
|
cfp="$EDITOR /home/chris/.config/shell/profile" \
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
hash -d cac=/home/chris/.cache
|
hash -d cac=/home/chris/.cache
|
||||||
hash -d cf=/home/chris/.config
|
hash -d cf=/home/chris/.config
|
||||||
|
hash -d nv=/home/chris/.config/nvim/lua
|
||||||
hash -d D=/home/chris/Downloads
|
hash -d D=/home/chris/Downloads
|
||||||
hash -d d=/home/chris/Tower/Documents
|
hash -d d=/home/chris/Tower/Documents
|
||||||
hash -d dt=/home/chris/.local/share
|
hash -d dt=/home/chris/.local/share
|
||||||
@@ -24,8 +25,7 @@ hash -d ct=/home/chris/Code/Tutorials
|
|||||||
hash -d bf=/home/chris/.config/shell/bm-files
|
hash -d bf=/home/chris/.config/shell/bm-files
|
||||||
hash -d bd=/home/chris/.config/shell/bm-dirs
|
hash -d bd=/home/chris/.config/shell/bm-dirs
|
||||||
hash -d cfx=/home/chris/.config/x11/xresources
|
hash -d cfx=/home/chris/.config/x11/xresources
|
||||||
hash -d cfb=~/.local/src/dwmblocks/config.h
|
hash -d cfv=/home/chris/.config/nvim/init.lua
|
||||||
hash -d cfv=/home/chris/.config/nvim/init.vim
|
|
||||||
hash -d cfz=/home/chris/.config/zsh/.zshrc
|
hash -d cfz=/home/chris/.config/zsh/.zshrc
|
||||||
hash -d cfa=/home/chris/.config/shell/aliasrc
|
hash -d cfa=/home/chris/.config/shell/aliasrc
|
||||||
hash -d cfp=/home/chris/.config/shell/profile
|
hash -d cfp=/home/chris/.config/shell/profile
|
||||||
|
|||||||
Reference in New Issue
Block a user