We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72d500 commit becc7e7Copy full SHA for becc7e7
profile.sh
@@ -88,8 +88,9 @@ alias f="fzf -i --print0 | xclip -selection clipboard"
88
alias g="grep -n --color"
89
alias h="history"
90
alias hx="helix"
91
-alias l="lsd -lahS --color=auto"
92
alias ll="lsd -laS --color=auto"
+alias l="lsd -lahS --color=auto"
93
+alias md="glow --line-numbers --pager"
94
alias o="dolphin . &> /dev/null &"
95
alias r="source ~/.bashrc"
96
EOF
0 commit comments