gitignore typo & fix
This commit is contained in:
parent
ffa5843046
commit
0e1adcd65d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
.config/shell/zshnamedirrc
|
home/default/.config/shell/zshnameddirrc
|
||||||
.config/shell/shortcutrc
|
home/default/.config/shell/shortcutrc
|
||||||
*.log
|
*.log
|
||||||
|
@ -1,32 +0,0 @@
|
|||||||
# vim: filetype=sh
|
|
||||||
alias cac="cd /home/default/.cache && ls -a" \
|
|
||||||
cf="cd /home/default/.config && ls -a" \
|
|
||||||
D="cd /home/default/Downloads && ls -a" \
|
|
||||||
d="cd /home/default/Documents && ls -a" \
|
|
||||||
dt="cd /home/default/.local/share && ls -a" \
|
|
||||||
rr="cd /home/default/.local/src && ls -a" \
|
|
||||||
h="cd /home/default && ls -a" \
|
|
||||||
m="cd /home/default/Music && ls -a" \
|
|
||||||
mn="cd /mnt && ls -a" \
|
|
||||||
pp="cd /home/default/Pictures && ls -a" \
|
|
||||||
sc="cd /home/default/.local/bin && ls -a" \
|
|
||||||
src="cd /home/default/.local/src && ls -a" \
|
|
||||||
vv="cd /home/default/Videos && ls -a" \
|
|
||||||
bf="$EDITOR /home/default/.config/shell/bm-files" \
|
|
||||||
bd="$EDITOR /home/default/.config/shell/bm-dirs" \
|
|
||||||
cfx="$EDITOR /home/default/.config/x11/xresources" \
|
|
||||||
cfs="$EDITOR /home/default/.config/sway/config" \
|
|
||||||
cfb="$EDITOR /home/default/.config/waybar/config" \
|
|
||||||
cfB="$EDITOR /home/default/.config/waybar/style.css" \
|
|
||||||
cfv="$EDITOR /home/default/.config/nvim/init.vim" \
|
|
||||||
cfz="$EDITOR /home/default/.config/zsh/.zshrc" \
|
|
||||||
cfa="$EDITOR /home/default/.config/shell/aliasrc" \
|
|
||||||
cfp="$EDITOR /home/default/.config/shell/profile" \
|
|
||||||
cfm="$EDITOR /home/default/.config/mutt/muttrc" \
|
|
||||||
cfn="$EDITOR /home/default/.config/newsboat/config" \
|
|
||||||
cfu="$EDITOR /home/default/.config/newsboat/urls" \
|
|
||||||
cfmb="$EDITOR /home/default/.config/ncmpcpp/bindings" \
|
|
||||||
cfmc="$EDITOR /home/default/.config/ncmpcpp/config" \
|
|
||||||
cfl="$EDITOR /home/default/.config/lf/lfrc" \
|
|
||||||
cfL="$EDITOR /home/default/.config/lf/scope" \
|
|
||||||
cfX="$EDITOR /home/default/.config/nsxiv/exec/key-handler" \
|
|
@ -1,31 +0,0 @@
|
|||||||
hash -d cac=/home/default/.cache
|
|
||||||
hash -d cf=/home/default/.config
|
|
||||||
hash -d D=/home/default/Downloads
|
|
||||||
hash -d d=/home/default/Documents
|
|
||||||
hash -d dt=/home/default/.local/share
|
|
||||||
hash -d rr=/home/default/.local/src
|
|
||||||
hash -d h=/home/default
|
|
||||||
hash -d m=/home/default/Music
|
|
||||||
hash -d mn=/mnt
|
|
||||||
hash -d pp=/home/default/Pictures
|
|
||||||
hash -d sc=/home/default/.local/bin
|
|
||||||
hash -d src=/home/default/.local/src
|
|
||||||
hash -d vv=/home/default/Videos
|
|
||||||
hash -d bf=/home/default/.config/shell/bm-files
|
|
||||||
hash -d bd=/home/default/.config/shell/bm-dirs
|
|
||||||
hash -d cfx=/home/default/.config/x11/xresources
|
|
||||||
hash -d cfs=/home/default/.config/sway/config
|
|
||||||
hash -d cfb=/home/default/.config/waybar/config
|
|
||||||
hash -d cfB=/home/default/.config/waybar/style.css
|
|
||||||
hash -d cfv=/home/default/.config/nvim/init.vim
|
|
||||||
hash -d cfz=/home/default/.config/zsh/.zshrc
|
|
||||||
hash -d cfa=/home/default/.config/shell/aliasrc
|
|
||||||
hash -d cfp=/home/default/.config/shell/profile
|
|
||||||
hash -d cfm=/home/default/.config/mutt/muttrc
|
|
||||||
hash -d cfn=/home/default/.config/newsboat/config
|
|
||||||
hash -d cfu=/home/default/.config/newsboat/urls
|
|
||||||
hash -d cfmb=/home/default/.config/ncmpcpp/bindings
|
|
||||||
hash -d cfmc=/home/default/.config/ncmpcpp/config
|
|
||||||
hash -d cfl=/home/default/.config/lf/lfrc
|
|
||||||
hash -d cfL=/home/default/.config/lf/scope
|
|
||||||
hash -d cfX=/home/default/.config/nsxiv/exec/key-handler
|
|
Loading…
Reference in New Issue
Block a user