diff options
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,7 @@ export ZSH="/home/$USER/.oh-my-zsh" export PATH="$PATH:/usr/bin/docker:/usr/local/arm-cross-compiler/install/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin:/home/omar/Android/Sdk" export PATH="$PATH":"$HOME/.pub-cache/bin" export PATH="$PATH:/opt/usr/bin/" +export PATH="$PATH:$HOME/.scripts/" # Starship prompt @@ -107,6 +108,10 @@ function cl() { cd "$@" && ls } +copyfile() { + cat "$@" | xclip -sel clipboard +} + ## interactivley cd ## fcd() { local dir |
